fix: 对齐抖音支付失败及杀进程恢复跳转
This commit is contained in:
@@ -113,8 +113,6 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view @click="aaa">亲星星</view>
|
||||
|
||||
<view class="home_actived_warp">
|
||||
<view class="home_actived_item_warp" v-for="item in homeActivedList" :key="item.id">
|
||||
<view class="home_actived_item">
|
||||
@@ -461,11 +459,6 @@ export default {
|
||||
// #endif
|
||||
},
|
||||
methods: {
|
||||
aaa() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/other_package/douyin_pay_test/douyin_pay_test'
|
||||
});
|
||||
},
|
||||
getScrollTop(e) {
|
||||
let top = 0;
|
||||
if (typeof e === "number") {
|
||||
|
||||
Reference in New Issue
Block a user