报错也没有
查看数据库,的确没上传成功
CLASS的权限也全开了
机型是iphone6
但是查询跟删除都正常,只是上传是有问题
以下是一段代码
new order({
goods_objId: this.data.goods_objId,
goods_name: this.data.goods_name,
client_name: this.data.client_name,
client_objId: this.data.client_objId,
goods_num: order_info.goods_num,
pay_state: order_info.pay_state
}).save()