2023-4-11
This commit is contained in:
@@ -3,7 +3,7 @@ export default {
|
|||||||
// qq 237524947 wx15d4269d3210863d
|
// qq 237524947 wx15d4269d3210863d
|
||||||
// BASEURI: 'http://je4r5e.natappfree.cc/api/',
|
// BASEURI: 'http://je4r5e.natappfree.cc/api/',
|
||||||
BASEURI: 'http://mall.yyundong.com/portalapi/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/',
|
ADMINURI: 'http://mall.yyundong.com/adminapi/',
|
||||||
ESURI: 'http://www.yyundong.com:8081/',
|
ESURI: 'http://www.yyundong.com:8081/',
|
||||||
h5Appid: 'wxb4660f37187c0b8e', // h5微信登录的appId 暂时测试用
|
h5Appid: 'wxb4660f37187c0b8e', // h5微信登录的appId 暂时测试用
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
"name" : "汇融云链",
|
"name" : "汇融云链",
|
||||||
"appid" : "__UNI__FB2C9C4",
|
"appid" : "__UNI__FB2C9C4",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.0.1.5",
|
"versionName" : "1.0.1.6",
|
||||||
"versionCode" : 1015,
|
"versionCode" : 1016,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"usingComponents" : true,
|
"usingComponents" : true,
|
||||||
|
|||||||
@@ -202,7 +202,7 @@
|
|||||||
<image :src="item.pic" mode="aspectFill"></image>
|
<image :src="item.pic" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
<text class="title clamp">{{ item.name }}</text>
|
<text class="title clamp">{{ item.name }}</text>
|
||||||
<view>
|
<view style="display: flex;flex-direction: column;">
|
||||||
<text class="price">惠农价¥{{ item.originalPrice }}</text>
|
<text class="price">惠农价¥{{ item.originalPrice }}</text>
|
||||||
<text class="m-price">市场价¥{{ item.price }}</text>
|
<text class="m-price">市场价¥{{ item.price }}</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -228,7 +228,7 @@
|
|||||||
<image :src="item.pic" mode="aspectFill"></image>
|
<image :src="item.pic" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
<text class="title clamp">{{ item.name }}</text>
|
<text class="title clamp">{{ item.name }}</text>
|
||||||
<view>
|
<view style="display: flex;flex-direction: column;">
|
||||||
<text class="price">惠农价¥{{ item.originalPrice }}</text>
|
<text class="price">惠农价¥{{ item.originalPrice }}</text>
|
||||||
<text class="m-price">市场价¥{{ item.price }}</text>
|
<text class="m-price">市场价¥{{ item.price }}</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -254,7 +254,7 @@
|
|||||||
<image :src="item.pic" mode="aspectFill"></image>
|
<image :src="item.pic" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
<text class="title clamp">{{ item.name }}</text>
|
<text class="title clamp">{{ item.name }}</text>
|
||||||
<view>
|
<view style="display: flex;flex-direction: column;">
|
||||||
<text class="price">惠农价¥{{ item.originalPrice }}</text>
|
<text class="price">惠农价¥{{ item.originalPrice }}</text>
|
||||||
<text class="m-price">市场价¥{{ item.price }}</text>
|
<text class="m-price">市场价¥{{ item.price }}</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -1344,7 +1344,7 @@
|
|||||||
.m-price {
|
.m-price {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: $font-color-light;
|
color: $font-color-light;
|
||||||
margin-left: 10upx;
|
margin-top: 10upx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.coupon_box {
|
.coupon_box {
|
||||||
|
|||||||
Reference in New Issue
Block a user