| | |
| | | <!-- <view class="num">12</view>-->
|
| | | </view>
|
| | | <view class="icon-container">
|
| | | <image src="../../../static/common/icon-shop.png" @click="submitShopping(dto)" class="icon-shop"></image>
|
| | | <image src="../../../static/common/icon-shop.png" @click="submitShopping(dto)" class="icon-shop">
|
| | | </image>
|
| | |
|
| | | </view>
|
| | | </view>
|
| | |
| | | }
|
| | | },
|
| | | methods: {
|
| | | async submitShopping(dto) {
|
| | | //提交到购物车中
|
| | | this.$message.showLoading()
|
| | | await this.$store.dispatch('submitShopping', dto);
|
| | | this.$message.hideLoading()
|
| | | },
|
| | | async getDetail() {
|
| | | this.$message.showLoading()
|
| | | const {
|
| | |
| | | line-height: 40rpx;
|
| | |
|
| | | .level {
|
| | | color: #20613D;;
|
| | | color: #20613D;
|
| | | ;
|
| | | }
|
| | | }
|
| | | }
|