1111111111
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -262,7 +262,8 @@
|
||||
methods: {
|
||||
makePhoneCall() {
|
||||
wx.makePhoneCall({
|
||||
phoneNumber: '15632127890',
|
||||
// phoneNumber: '15632127890',
|
||||
phoneNumber: '15511457061',
|
||||
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user