diff --git a/mallplusui-uniapp-app/common/api.js b/mallplusui-uniapp-app/common/api.js index e4a5762..452ed22 100644 --- a/mallplusui-uniapp-app/common/api.js +++ b/mallplusui-uniapp-app/common/api.js @@ -3,7 +3,7 @@ export default { // qq 237524947 wx15d4269d3210863d // BASEURI: 'http://je4r5e.natappfree.cc/api/', BASEURI: 'http://mall.yyundong.com/portalapi/api/', - // BASEURI: 'http://192.168.3.9:8083/api/', + // BASEURI: 'http://192.168.3.173:8083/api/', ADMINURI: 'http://mall.yyundong.com/adminapi/', ESURI: 'http://www.yyundong.com:8081/', h5Appid: 'wxb4660f37187c0b8e', // h5微信登录的appId 暂时测试用 diff --git a/mallplusui-uniapp-app/manifest.json b/mallplusui-uniapp-app/manifest.json index c6cbadb..20b0ae0 100644 --- a/mallplusui-uniapp-app/manifest.json +++ b/mallplusui-uniapp-app/manifest.json @@ -2,8 +2,8 @@ "name" : "汇融云链", "appid" : "__UNI__FB2C9C4", "description" : "", - "versionName" : "1.0.1.5", - "versionCode" : 1015, + "versionName" : "1.0.1.6", + "versionCode" : 1016, "transformPx" : false, "app-plus" : { "usingComponents" : true, diff --git a/mallplusui-uniapp-app/pages/index/index.vue b/mallplusui-uniapp-app/pages/index/index.vue index 7214912..b0dc477 100644 --- a/mallplusui-uniapp-app/pages/index/index.vue +++ b/mallplusui-uniapp-app/pages/index/index.vue @@ -202,7 +202,7 @@ {{ item.name }} - + 惠农价¥{{ item.originalPrice }} 市场价¥{{ item.price }} @@ -228,7 +228,7 @@ {{ item.name }} - + 惠农价¥{{ item.originalPrice }} 市场价¥{{ item.price }} @@ -254,7 +254,7 @@ {{ item.name }} - + 惠农价¥{{ item.originalPrice }} 市场价¥{{ item.price }} @@ -1344,7 +1344,7 @@ .m-price { font-size: 16px; color: $font-color-light; - margin-left: 10upx; + margin-top: 10upx; } .coupon_box {