- 数据如图,如何将orderList里面的数据进行分页显示?
[图片][图片]
2020-10-12 - 云开发 wx.chooseImage这个真机和开发工具获取的图片地址为什么不一样?
wx.chooseImage这个方法真机显示下面的地址,传到云数据库之后这个地址无法显示图片。但是开发工具就是http开头的正常的地址。 [图片]
2020-09-12 - 一个集合里有多类型数据。比如type =1,type=2,type=3.每个类型很多条?
一个集合里有多类型数据。比如type =1,type=2,type=3.每个类型很多条。现在云开发写查询语句,如何一个查询语句能获得每个类型各三条数据,比如三个类型就是三个数组,放在一个json里面。希望能获取如下格式 { type:1 "data": [{ "_id": "6518b7395f5884e10133e7e37a132595", "New_unit_Pricre": "6", "Old_unit_Price": "8", "weighing_unit": "斤" }, { "_id": "b5416b755f58c389017171e11ea0a0c2", "New_unit_Pricre": "6", "Old_unit_Price": "8", "weighing_unit": "斤" }, { "_id": "ac5f38825f58c48c014279235af06d50", "New_unit_Pricre": "6", "Old_unit_Price": "8", "weighing_unit": "斤" }], }{ type:2 "data": [{ "_id": "6518b7395f5884e10133e7e37a132595", "New_unit_Pricre": "6", "Old_unit_Price": "8", "weighing_unit": "斤" }, { "_id": "b5416b755f58c389017171e11ea0a0c2", "New_unit_Pricre": "6", "Old_unit_Price": "8", "weighing_unit": "斤" }, { "_id": "ac5f38825f58c48c014279235af06d50", "New_unit_Pricre": "6", "Old_unit_Price": "8", "weighing_unit": "斤" }], }
2020-09-11 - 微信小程序调用支付接口能不能限定付款的银行卡种类?比如只能招商卡付款。
现在有个活动。微信小程序需要指定的银行卡才能购买。微信小程序能不能指定呢?
2020-07-14