增加签到活动
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<view class="goodBox">
|
||||
<view
|
||||
class="good"
|
||||
v-for="item in (merdata as any)"
|
||||
v-for="item in (merdata as any[])"
|
||||
:key="item.ID"
|
||||
@click.stop="toMerDetails(item)"
|
||||
>
|
||||
@@ -53,6 +53,8 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 签到弹窗 -->
|
||||
<Popup/>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -62,6 +64,7 @@ import Taro from '@tarojs/taro'
|
||||
import {bindParent, getBanner} from '@/api/user'
|
||||
import {getMerList} from '@/api/goods'
|
||||
import {calculateDistance} from '@/utils'
|
||||
import Popup from "@/components/Popup.vue";
|
||||
|
||||
const searchValue = ref('')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user