Commit fd576127 authored by 王建威's avatar 王建威

merge wjw_dev

parents bbb84f05 39924d15
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "shop_mobile_uni", "name": "shop_mobile_uni",
"appid": "__UNI__F904656", "appid": "__UNI__F904656",
"description": "", "description": "",
"versionName": "1.0.5", "versionName": "1.0.6",
"versionCode": "100", "versionCode": "100",
"transformPx": false, "transformPx": false,
"app-plus": { "app-plus": {
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"mode": "history", "mode": "history",
"base": "/uni" "base": "/uni"
}, },
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/mirror/1.0.5/", "publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/mirror/1.0.6/",
"optimization": { "optimization": {
"treeShaking": { "treeShaking": {
"enable": true "enable": true
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
"disableHostCheck": true, "disableHostCheck": true,
"proxy": { "proxy": {
"/uni/api": { "/uni/api": {
"target": "http://192.168.50.133:6564/", "target": "http://39.96.85.45:9093/",
"changeOrigin": true, "changeOrigin": true,
"secure": false, "secure": false,
"pathRewrite": { "pathRewrite": {
......
{ {
"name": "shop_mobile_uni", "name": "shop_mobile_uni",
"version": "1.0.0", "version": "1.0.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
...@@ -28,4 +28,5 @@ ...@@ -28,4 +28,5 @@
"jweixin-module": "^1.6.0", "jweixin-module": "^1.6.0",
"moment": "^2.24.0" "moment": "^2.24.0"
} }
} }
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
</view> </view>
</view> </view>
<!-- 空白页 --> <!-- 空白页 -->
<empty v-if="goods_list.length === 0" title='暂无商品数据'></empty> <empty v-if="goods_list.length === 0" title=''></empty>
<!-- 商品列表 --> <!-- 商品列表 -->
<view class="goods-list" v-if="goods_list.length > 0"> <view class="goods-list" v-if="goods_list.length > 0">
<view class="goods-item" v-for="(item,index) in goods_list" :key="index"> <view class="goods-item" v-for="(item,index) in goods_list" :key="index">
...@@ -414,5 +414,8 @@ ...@@ -414,5 +414,8 @@
} }
} }
} }
.unlogin_price{
font-size: 30rpx;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment