|
@@ -99,6 +99,9 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
shortEnd(value) {
|
|
|
+ if (value.detail.msg) {
|
|
|
+ prompt.showToast({ message: "用户禁止创建" });
|
|
|
+ }
|
|
|
this.showShortPop = !value.detail.installed;
|
|
|
},
|
|
|
onBackPress() {
|
|
@@ -116,8 +119,8 @@ export default {
|
|
|
onMenuPress() {
|
|
|
this.$app.$def.showMenu();
|
|
|
},
|
|
|
- changeShortCut(){
|
|
|
- this.showShortPop=false;
|
|
|
+ changeShortCut() {
|
|
|
+ this.showShortPop = false;
|
|
|
},
|
|
|
async getCoustom() {
|
|
|
let res = await getCustomQrcode();
|