更新代码

This commit is contained in:
zhangmanman
2021-09-16 14:00:09 +08:00
parent b12465f611
commit 416724fb7f
14 changed files with 2890 additions and 1921 deletions

View File

@@ -96,7 +96,7 @@
<view class="item-title">我的优惠券</view>
</view>
<view class="item">
<image class="item-cover" src="@/static/icons/user_icon_04.png" mode="aspectFill"></image>
<image class="item-cover" @click="outLogin" src="@/static/icons/user_icon_04.png" mode="aspectFill"></image>
<view class="item-title">地址管理</view>
</view>
</view>
@@ -172,9 +172,9 @@
}
},
methods: {
// outLogin(){
// this.$store.commit('setToken', '')
// }
outLogin(){
this.$store.commit('setToken', '')
},
selectedBanner(item, index) {
console.log('🥒', item, index)
}