mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-03-07 16:24:01 +08:00
更新小程序appid,新增小程序跳转
This commit is contained in:
@@ -50,15 +50,13 @@
|
|||||||
"quickapp" : {},
|
"quickapp" : {},
|
||||||
/* 小程序特有相关 */
|
/* 小程序特有相关 */
|
||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"appid" : "wxf3d81a452b88ff4b",
|
"appid" : "wx97458d91caa76a6a",
|
||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : false,
|
"urlCheck" : false,
|
||||||
"es6" : true
|
"es6" : true,
|
||||||
|
"minified" : true
|
||||||
},
|
},
|
||||||
"usingComponents" : true,
|
"usingComponents" : true
|
||||||
"optimization" : {
|
|
||||||
"subPackages" : true
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"mp-alipay" : {
|
"mp-alipay" : {
|
||||||
"usingComponents" : true
|
"usingComponents" : true
|
||||||
|
|||||||
@@ -57,6 +57,15 @@
|
|||||||
<view class="tn-margin-left-sm tn-color-cyan tn-icon-link"></view>
|
<view class="tn-margin-left-sm tn-color-cyan tn-icon-link"></view>
|
||||||
</view>
|
</view>
|
||||||
</tn-list-cell>
|
</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">
|
<tn-list-cell :hover="true" :unlined="true" :radius="true" :fontSize="30" @click="copyGitee">
|
||||||
<view class="tn-flex tn-flex-col-center">
|
<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">
|
<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'
|
appId: 'wxa698b1eee960632f'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
// 跳转到图鸟UI会员版
|
||||||
|
navTuniaoUI() {
|
||||||
|
uni.navigateToMiniProgram({
|
||||||
|
appId: 'wxf3d81a452b88ff4b'
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
// 跳转到会员协议
|
// 跳转到会员协议
|
||||||
navPlus() {
|
navPlus() {
|
||||||
|
|||||||
Reference in New Issue
Block a user