会员信息

This commit is contained in:
cun-nan 2023-12-01 17:43:20 +08:00
parent c09aa948bf
commit 204a6293e9

View File

@ -15,7 +15,7 @@
</view> </view>
<!-- 金刚区 --> <!-- 金刚区 -->
<view class="conttainer-jg"> <view class="conttainer-jg">
<view class="jg-box"> <view class="jg-box" @click="toQRcode">
<view class="jg-img"> <view class="jg-img">
<image src="../../static/imgs/viprwm.png" mode=""></image> <image src="../../static/imgs/viprwm.png" mode=""></image>
</view> </view>
@ -346,6 +346,11 @@
url: '/pagesHome/PointsMall/PointsMall' url: '/pagesHome/PointsMall/PointsMall'
}) })
}, },
toQRcode(){
uni.navigateTo({
url: '/pagesHome/QRcode/QRcode'
})
},
goGoGo() { goGoGo() {
uni.openLocation({ uni.openLocation({
latitude: 36.651441, latitude: 36.651441,