Merge branch 'master' of http://git.luyuan.tk/luyuan/deming into xbx-new
This commit is contained in:
commit
d5e4d52dbe
@ -31,7 +31,7 @@
|
|||||||
this.closeModal();
|
this.closeModal();
|
||||||
},
|
},
|
||||||
confirm() {
|
confirm() {
|
||||||
// ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
if (plus.os.name == "Android") {
|
if (plus.os.name == "Android") {
|
||||||
const appurl = "market://details?id=com.tencent.mobileqq"; //这个是通用应用市场,如果想指定某个应用商店,需要单独查这个应用商店的包名或scheme及参数
|
const appurl = "market://details?id=com.tencent.mobileqq"; //这个是通用应用市场,如果想指定某个应用商店,需要单独查这个应用商店的包名或scheme及参数
|
||||||
plus.runtime.openURL(appurl);
|
plus.runtime.openURL(appurl);
|
||||||
@ -42,7 +42,7 @@
|
|||||||
// endif
|
// endif
|
||||||
// ifdef H5
|
// ifdef H5
|
||||||
this.closeModal();
|
this.closeModal();
|
||||||
// endif
|
// #endif
|
||||||
},
|
},
|
||||||
closeModal() {
|
closeModal() {
|
||||||
uni.navigateBack();
|
uni.navigateBack();
|
||||||
|
Loading…
Reference in New Issue
Block a user