tanyanfei 4 år sedan
förälder
incheckning
9f93e4892a
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      pages/upload/upload.js

+ 1 - 0
pages/upload/upload.js

@@ -170,6 +170,7 @@ Page({
     })
     var today_stock_img = this.data.today_stock_img;
     wx.chooseImage({
+      count:1,
       success: res=> {
         const tempFilePaths = res.tempFilePaths
         wx.uploadFile({