This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
hover-class="none">
|
||||
</navigator>
|
||||
<MerList :get-user-location="getUserLocal" />
|
||||
<Popup :src="require('../../static/popTip.png')" />
|
||||
<Popup :imgArr="imgList" />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -72,6 +72,11 @@ interface navigationType {
|
||||
|
||||
const navigationList = ref<Array<navigationType>>([]);
|
||||
|
||||
const imgList = ref([
|
||||
require('../../static/popTip.png'),
|
||||
require('../../static/popTip2.png'),
|
||||
]);
|
||||
|
||||
Taro.useShareAppMessage(() => ({
|
||||
title: '捷兑通',
|
||||
path: `/pages/index/index?scene=${Taro.getStorageSync('token')}`,
|
||||
|
||||
Reference in New Issue
Block a user