1
xuxueyang
2024-07-30 ba6fe53d97201c2cf577a1fb0906c819ea3cae33
sub_pages/supplier/flower-manage/flower-add.vue
@@ -163,11 +163,6 @@
         <view class="form-item bottom-border-no">
            <view class="label">商品描述</view>
            <view class="m-l-a m-r-0 flex">
               <!--    <u-input type="textarea" v-model="dto.description" placeholder="请输入商品描述" type="number"
                  ></u-input> -->
               <!--                <u--textarea v-model="dto.description" style="margin-top: 16px;"
                  placeholder="请输入商品描述" count></u--textarea> -->
               <!-- <uni-easyinput  v-model="dto.description" placeholder="请输入商品描述" ></uni-easyinput> -->
            </view>
         </view>
@@ -629,7 +624,7 @@
         uploadIcon(key) {
            console.log('that dto key', key)
            const that = this
            if (key == 'video') {
            if (key === 'video') {
               uni.chooseVideo({
                  maxDuration: 30,
                  sourceType: ['camera', 'album'],