更新小程序appid,新增小程序跳转

This commit is contained in:
JaylenTech
2021-12-30 17:24:05 +08:00
parent 3ffc24a3e4
commit 61b53bdafc
2 changed files with 19 additions and 6 deletions

View File

@@ -50,15 +50,13 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wxf3d81a452b88ff4b",
"appid" : "wx97458d91caa76a6a",
"setting" : {
"urlCheck" : false,
"es6" : true
"es6" : true,
"minified" : true
},
"usingComponents" : true,
"optimization" : {
"subPackages" : true
}
"usingComponents" : true
},
"mp-alipay" : {
"usingComponents" : true

View File

@@ -57,6 +57,15 @@
<view class="tn-margin-left-sm tn-color-cyan tn-icon-link"></view>
</view>
</tn-list-cell>
<tn-list-cell :hover="true" :unlined="true" :radius="true" :fontSize="30" @click="navTuniaoUI">
<view class="tn-flex tn-flex-col-center">
<view class="icon1__item--icon tn-flex tn-flex-row-center tn-flex-col-center tn-cool-bg-color-16 tn-color-white" >
<view class="tn-icon-vip-fill"></view>
</view>
<view class="tn-margin-left-sm tn-flex-1">图鸟UI</view>
<view class="tn-margin-left-sm tn-color-orangeyellow">会员版</view>
</view>
</tn-list-cell>
<tn-list-cell :hover="true" :unlined="true" :radius="true" :fontSize="30" @click="copyGitee">
<view class="tn-flex tn-flex-col-center">
<view class="icon1__item--icon tn-flex tn-flex-row-center tn-flex-col-center tn-cool-bg-color-1 tn-color-white">
@@ -151,6 +160,12 @@
appId: 'wxa698b1eee960632f'
})
},
// 跳转到图鸟UI会员版
navTuniaoUI() {
uni.navigateToMiniProgram({
appId: 'wxf3d81a452b88ff4b'
})
},
// 跳转到会员协议
navPlus() {