Merge branch 'master' of http://git.luyuan.tk/luyuan/deming into xbx-new

This commit is contained in:
luyuan 2020-08-25 11:53:03 +08:00
commit d5e4d52dbe
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -31,7 +31,7 @@
this.closeModal();
},
confirm() {
// ifdef APP-PLUS
// #ifdef APP-PLUS
if (plus.os.name == "Android") {
const appurl = "market://details?id=com.tencent.mobileqq"; //scheme
plus.runtime.openURL(appurl);
@ -42,7 +42,7 @@
// endif
// ifdef H5
this.closeModal();
// endif
// #endif
},
closeModal() {
uni.navigateBack();