This commit is contained in:
parent
ffc8b8faf4
commit
c6846202c1
|
@ -2,8 +2,8 @@
|
||||||
"name" : "惠农商户平台",
|
"name" : "惠农商户平台",
|
||||||
"appid" : "__UNI__1EE148C",
|
"appid" : "__UNI__1EE148C",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.0.7",
|
"versionName" : "1.0.8",
|
||||||
"versionCode" : 107,
|
"versionCode" : 108,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|
|
@ -288,7 +288,7 @@
|
||||||
if(typeof this.userInfo == 'string') this.userInfo = JSON.parse(this.userInfo);
|
if(typeof this.userInfo == 'string') this.userInfo = JSON.parse(this.userInfo);
|
||||||
if(this.userInfo.mer_info.type_code=='PersonalStore'){
|
if(this.userInfo.mer_info.type_code=='PersonalStore'){
|
||||||
this.goodsData = [{
|
this.goodsData = [{
|
||||||
name: '非标手动入库',
|
name: '农产品入库',
|
||||||
type: 4,
|
type: 4,
|
||||||
// src: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/saoma.png'
|
// src: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/saoma.png'
|
||||||
src: '/static/images/SMRK/nong.png'
|
src: '/static/images/SMRK/nong.png'
|
||||||
|
|
Loading…
Reference in New Issue