新增营销系统、分销系统、会员功能、门店、提现功能

This commit is contained in:
Shaw
2024-02-08 21:01:37 +08:00
parent 68b3f2dcc3
commit 17c043348a
1398 changed files with 81279 additions and 56269 deletions

View File

@ -53,6 +53,7 @@
</template>
</view>
<view class="reply-sku">规格{{data.sku}}</view>
<view class="reply-merchant" v-if="data.merchantReplyContent"><b>商家回复</b>{{data.merchantReplyContent}}</view>
</view>
</view>
@ -150,6 +151,11 @@ function doPreviewImage(current, urls) {
color: #999999;
margin-top: 20rpx;
}
&-merchant {
padding: 15rpx 20rpx;
background: #F5F5F5;
margin-top: 15rpx;
}
}
.reply-pic {