@@ -119,9 +119,9 @@ export default {
});
},
newimgarr(localIds) {
- if (that.isIOS()) {
+ if (this.isIOS()) {
// 解决ios微信localId无法直接使用的问题,获取base64后再上传
- that.setIosImg(localIds);
+ this.setIosImg(localIds);
} else {
this.imgArr = this.imgArr.concat(localIds);
}