完善 #295

Merged
theluyuan merged 3 commits from xbx-new into master 2020-08-25 03:53:19 +00:00
2 changed files with 9 additions and 9 deletions

View File

@ -33,14 +33,14 @@
confirm() {
// #ifdef APP-PLUS
if (plus.os.name == "Android") {
const appurl = "market://details?id=自己打包用的包名"; //scheme
const appurl = "market://details?id=com.tencent.mobileqq"; //scheme
plus.runtime.openURL(appurl);
} else if(plus.os.name == "ios") {
const appurl = "itms-apps://itunes.apple.com/cn/app/id1144816653?mt=8";
plus.runtime.openURL(appurl);
}
// #endif
// #ifdef H5
// endif
// ifdef H5
this.closeModal();
// #endif
},
@ -51,11 +51,11 @@
}
</script>
<style scoped lang="scss">
<style lang="scss">
page {
background-color: rgba(0, 0, 0, 0);
}
/deep/ .u-mode-center-box {
.u-mode-center-box {
background-color: transparent;
}
// .u-full-content {

View File

@ -1019,10 +1019,10 @@
"style": {
"navigationStyle": "custom", //
"app-plus": {
"animationType": "fade-in", // fade-in
"background": "transparent", //
"backgroundColor": "rgba(0,0,0,0)", //
"popGesture": "none" // IOS
"animationType": "fade-in",
"background": "transparent",
"backgroundColor": "rgba(0,0,0,0)",
"popGesture": "none"
}
}
},