Browse Source

Merge branch 'feature_20241120_图像识别' into uat(dev)

zhujindu 10 tháng trước cách đây
mục cha
commit
c196c2d2e3
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/components/uploadImgVStore.vue

+ 3 - 0
src/components/uploadImgVStore.vue

@@ -124,7 +124,10 @@ export default {
         this.$toast('请输入名称!');
         return;
       }
+      console.log(this.wx);
+      console.log(this.wx.ready);
       this.wx.ready(() => {
+        console.log(this.wx.chooseImage);
         this.wx.chooseImage({
           count: this.count,
           sizeType: ['compressed'], // 可以指定是原图还是压缩图,默认二者都有