Browse Source

Merge branch 'master' of http://git.jihengcc.cn/liubaiyan/qjd-user-uniapp

unknown 4 years ago
parent
commit
de32138f76

+ 3 - 0
pages/index/index.vue

@@ -312,6 +312,9 @@
 				}
 
 				.discount-name {
+					white-space: nowrap;
+					text-overflow: ellipsis;
+					overflow: hidden;
 					height: 12px;
 					margin: 7px 6px 10px 6px;
 					font-size: 12px;

+ 1 - 1
pages/index/login.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="container">
-		<image class="authorize-bg" src="../../static/images/loginBg.png"></image>
+		<image class="authorize-bg" src="../../static/images/loginBg.jpg"></image>
 		<image class="logo" src="../../static/images/loginLogo.png"></image>
 		<view class="authorize-box">
 			<!-- <button class="authorize-button" open-type="getUserInfo" @click="appLoginWx()">

+ 1 - 0
pagesGood/goodDetails.vue

@@ -172,6 +172,7 @@
 			if (this.goodId) {
 				NET.request(API.getCommonGoodDetail + '/' + this.goodId, {}, 'GET').then(res => {
 					this.goodData = res.data
+					if(this.goodData.sellDesc) this.goodData.sellDesc = this.goodData.sellDesc.replace(/\<img/gi, '<img style="max-width:100%;height:auto;display:block;"')
 					if (this.goodData.productType == 2) {
 						this.getAuctionData()
 					}

BIN
static/images/caizhai.png


BIN
static/images/couponHead.png


BIN
static/images/entrance.png


BIN
static/images/indexBg.png


BIN
static/images/loginBg.jpg


BIN
static/images/loginBg.png


BIN
static/images/loginLogo.png


BIN
static/images/logisticsIcon.png


BIN
static/images/orderDetail.png


BIN
static/images/paimai.png


BIN
static/images/userDefaultHead.png


BIN
static/images/userbackground.png


BIN
static/images/zhongzhi.png