@@ -189,7 +189,10 @@ export default {
// );
}
this.devs = devs;
- } else {
+ } else if (
+ res.data.code !== 11011 &&
+ res.data.code !== 11012
+ ) {
uni.showModal({
content: res.data.message,
showCancel: false,
@@ -111,7 +111,7 @@ export default {
"&devInfo=" +
JSON.stringify(this.devInfo) +
"&shareId=" +
- shareId,
+ this.shareId,
};
},
shareUserLink(itemTitle) {