// updat_volume(){
// let that = this
// db.collection('goods').where({
// name:that.data.product.goods_name
// }).update({
// data:{
// volume:$.subtract(['$that.data.product.goods_volume','$that.data.product.goods_num'])
// }
// })
// .then(res=>{
// console.log(res)
// })
// },
返回的object类型就是that.data.product.goods_volume和that.data.product.goods_num
写的这啥玩意,看不懂