1111111111

This commit is contained in:
2024-03-10 19:50:22 +08:00
parent 11fad13f23
commit 7a7da3c558
13 changed files with 50 additions and 26 deletions

View File

@@ -82,7 +82,7 @@
<view style="display: flex;flex-direction: row;align-items: center;width: 100%; ">
<image :src="item.iconUrl"
<image :src="item.iconUrl" @click="itemClick(item.goodsSid)"
style="width: 90px;height: 90px; border-radius: 10px; " mode="aspectFill">
</image>

View File

@@ -64,7 +64,7 @@
<text v-if="item.state == '1'" style="opacity: 0.7; font-size: 14px;font-weight: 600;font-family: sans-serif;z-index: 101;
margin-top: 30px; margin-left: 5px; width: 80px; height: 30px;line-height: 30px; text-align: center; background: #6d6d6d;
position: absolute;border-radius: 20px;color: #fff;">已失效</text>
<image :src="item.iconUrl"
<image :src="item.iconUrl" @click="itemClick(item.goodsSid)"
style="width: 90px;height: 90px; border-radius: 10px;z-index: 100;"
mode="aspectFill"></image>

View File

@@ -262,7 +262,8 @@
methods: {
makePhoneCall() {
wx.makePhoneCall({
phoneNumber: '15632127890',
// phoneNumber: '15632127890',
phoneNumber: '15511457061',
})
},