Jelajahi Sumber

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

unknown 4 tahun lalu
induk
melakukan
de32138f76
16 mengubah file dengan 5 tambahan dan 1 penghapusan
  1. 3 0
      pages/index/index.vue
  2. 1 1
      pages/index/login.vue
  3. 1 0
      pagesGood/goodDetails.vue
  4. TEMPAT SAMPAH
      static/images/caizhai.png
  5. TEMPAT SAMPAH
      static/images/couponHead.png
  6. TEMPAT SAMPAH
      static/images/entrance.png
  7. TEMPAT SAMPAH
      static/images/indexBg.png
  8. TEMPAT SAMPAH
      static/images/loginBg.jpg
  9. TEMPAT SAMPAH
      static/images/loginBg.png
  10. TEMPAT SAMPAH
      static/images/loginLogo.png
  11. TEMPAT SAMPAH
      static/images/logisticsIcon.png
  12. TEMPAT SAMPAH
      static/images/orderDetail.png
  13. TEMPAT SAMPAH
      static/images/paimai.png
  14. TEMPAT SAMPAH
      static/images/userDefaultHead.png
  15. TEMPAT SAMPAH
      static/images/userbackground.png
  16. TEMPAT SAMPAH
      static/images/zhongzhi.png

+ 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()
 					}

TEMPAT SAMPAH
static/images/caizhai.png


TEMPAT SAMPAH
static/images/couponHead.png


TEMPAT SAMPAH
static/images/entrance.png


TEMPAT SAMPAH
static/images/indexBg.png


TEMPAT SAMPAH
static/images/loginBg.jpg


TEMPAT SAMPAH
static/images/loginBg.png


TEMPAT SAMPAH
static/images/loginLogo.png


TEMPAT SAMPAH
static/images/logisticsIcon.png


TEMPAT SAMPAH
static/images/orderDetail.png


TEMPAT SAMPAH
static/images/paimai.png


TEMPAT SAMPAH
static/images/userDefaultHead.png


TEMPAT SAMPAH
static/images/userbackground.png


TEMPAT SAMPAH
static/images/zhongzhi.png