Mike 7 年 前
コミット
41a601874a

+ 1 - 1
miaomiao/www/chcp.json

xqd
@@ -1,5 +1,5 @@
 {
   "update": "now",
   "content_url": "http://i.9026.com/miaomiao/",
-  "release": "2017.08.07-15.38.35"
+  "release": "2017.08.07-15.48.02"
 }

+ 1 - 1
miaomiao/www/chcp.manifest

xqd
@@ -377,7 +377,7 @@
   },
   {
     "file": "js/services/commonservice.js",
-    "hash": "7fb8f82df5ee17516a3192cc5b2f5374"
+    "hash": "f230b3e2cb539ddefa3ffb0422caf54e"
   },
   {
     "file": "js/services/dreamservice.js",

+ 2 - 1
miaomiao/www/js/services/commonservice.js

xqd
@@ -12,10 +12,11 @@
             //选择图片
             chooseImage: function (cameraOptions) {
                 var deferred = $q.defer();
+                alert(defaultCameraOptions.targetHeight);
                 var defaultCameraOptions = {
                     quality: 50,
                     sourceType: 1,
-                    allowEdit: true,
+                    allowEdit: false,
                     encodingType: 0,//0为jpg,1为png
                     targetHeight: 400,
                     targetWidth: 750