绿满眶商城微信小程序-uniapp
xiangpei
2025-06-17 6057475ee0c3e9db5732ebba069b5e6adea2741c
pages/tabbar/video/video.vue
@@ -132,7 +132,7 @@
               <view class="goods-price" style="flex: 1;">¥{{ goods.price }}</view>
               <view @click.stop="() => {}" style="flex: 1;display: flex;justify-content: center;align-items: center;">
                  <view style="width: 90rpx">数量:</view>
                  <uni-number-box v-model="goods.selectNum"/>
                  <uni-number-box v-model="goods.selectNum" :min="0"/>
               </view>
            </view>
              </view>
@@ -622,7 +622,7 @@
        if (valid && this.canPublish) {
          this.loading = true;
          this.formData.fileInfo = this.videoInfo;
        this.formData["goodsList"] = this.selectedGoodsList.map(item => {return {goodsId: item.id, goodsNum: item.selectNum}});
        this.formData["goodsList"] = this.selectedGoodsList.map(item => {return {goodsId: item.goodsId, goodsNum: item.selectNum}});
          publish(this.formData).then(res => {
           uni.showToast({
             title: '视频已提交审核~',