1
This commit is contained in:
@@ -113,8 +113,6 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view @click="aaa">亲星星</view>
|
|
||||||
|
|
||||||
<view class="home_actived_warp">
|
<view class="home_actived_warp">
|
||||||
<view class="home_actived_item_warp" v-for="item in homeActivedList" :key="item.id">
|
<view class="home_actived_item_warp" v-for="item in homeActivedList" :key="item.id">
|
||||||
<view class="home_actived_item">
|
<view class="home_actived_item">
|
||||||
@@ -461,11 +459,6 @@ export default {
|
|||||||
// #endif
|
// #endif
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
aaa() {
|
|
||||||
uni.navigateTo({
|
|
||||||
url: '/pages/other_package/douyin_pay_test/douyin_pay_test'
|
|
||||||
});
|
|
||||||
},
|
|
||||||
getScrollTop(e) {
|
getScrollTop(e) {
|
||||||
let top = 0;
|
let top = 0;
|
||||||
if (typeof e === "number") {
|
if (typeof e === "number") {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user