Commit c23f242d authored by 王建威's avatar 王建威

Merge branch 'develop' into wjw_fenqi

parents e00286d6 dcd7f0a9
......@@ -2,7 +2,7 @@
"name": "shop_mobile_uni",
"appid": "__UNI__F904656",
"description": "",
"versionName": "1.0.7",
"versionName": "1.0.8",
"versionCode": "100",
"transformPx": false,
"app-plus": {
......@@ -51,7 +51,7 @@
"mode": "history",
"base": "/uni"
},
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/test/1.0.7/",
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/test/1.0.8/",
"optimization": {
"treeShaking": {
"enable": true
......
......@@ -3,7 +3,7 @@
<view class="nav">支付状态</view>
<view class="icon"></view>
<view class="title">支付成功</view>
<button class="btn" type="default"><text>{{time}}</text>s)跳转个人中心</button>
<button class="btn" type="default" @click="jumpPhp"><text>{{time}}</text>s)跳转个人中心</button>
</view>
</template>
......@@ -27,6 +27,11 @@
}
this.time = this.time - 1;
}, 1000)
},
methods:{
jumpPhp(){
this.$jump(`${origin}/index.php?app=member`);
}
}
}
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment