@@ -14,6 +14,10 @@
{
"launchtype" : "remote"
},
+ "mp-weixin" :
+ {
+ "launchtype" : "remote"
+ },
"type" : "uniCloud"
}
]
@@ -2,8 +2,8 @@
"name" : "易粮易运",
"appid" : "__UNI__7297DA2",
"description" : "易粮易运——为天下粮食人服务的App",
- "versionName" : "1.1.51",
- "versionCode" : 1151,
+ "versionName" : "1.1.53",
+ "versionCode" : 1153,
"transformPx" : false,
/* SDK配置 */
"quickapp" : {},
@@ -486,7 +486,12 @@
that.gridList.tidalGrainPrice = ''
} else {
- that.gridList.tidalGrainPrice = res.data.data
+ if(that.gridList.type == '干粮'){
+ that.gridList.dryGrainPrice = res.data.data
+ }
+ else{
+ that.gridList.tidalGrainPrice = res.data.data
})