Commit 67812417 by crushh

update: 完成

parent 195aa84b
......@@ -222,8 +222,8 @@ export default ({
},
memberStoredTypeList() {
doFetch(url.memberStoredTypeList).then(res => {
if (res.data.response.errorCode === 0) {
const {typeList=[]} = res.data.response.result;
if (res.data.errorCode === 0) {
const {typeList=[]} = res.data.result;
this.typeList = this.typeList.concat(typeList);
} else {
checkFalse(res.data.message);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment