2023-3-22
This commit is contained in:
@@ -2,8 +2,8 @@ import store from '../store/index';
|
|||||||
export default {
|
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.9: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 暂时测试用
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<view class="nick">{{item.name}}</view>
|
<view class="nick">{{item.name}}</view>
|
||||||
|
|
||||||
<view style="display: flex;flex-direction: row;
|
<view style="display: flex;flex-direction: row;
|
||||||
align-items: center; margin-top: 10px;">
|
align-items: center; margin-top: 5px;">
|
||||||
<view class="layof" :style="{color:theme}">¥{{item.amount}}</view>
|
<view class="layof" :style="{color:theme}">¥{{item.amount}}</view>
|
||||||
<view style="display: flex;flex-direction: column;flex: 1;" >
|
<view style="display: flex;flex-direction: column;flex: 1;" >
|
||||||
|
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
background: -webkit-linear-gradient(left, hsla(134, 66%, 66%, 0.5), hsla(53, 98%, 50%, 0.5), tomato) no-repeat;
|
background: -webkit-linear-gradient(left, hsla(134, 66%, 66%, 0.5), hsla(53, 98%, 50%, 0.5), tomato) no-repeat;
|
||||||
|
|
||||||
.coupon-money {
|
.coupon-money {
|
||||||
padding: 15px;
|
padding:10px 15px;
|
||||||
width: 73.5%;
|
width: 73.5%;
|
||||||
height: auto;
|
height: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -158,7 +158,6 @@
|
|||||||
/*文本不换行*/
|
/*文本不换行*/
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
/*ellipsis:文本溢出显示省略号(...);clip:不显示省略标记(...),而是简单的裁切*/
|
/*ellipsis:文本溢出显示省略号(...);clip:不显示省略标记(...),而是简单的裁切*/
|
||||||
line-height: 30upx;
|
|
||||||
font-size: $font-sm;
|
font-size: $font-sm;
|
||||||
color: #ffaa00;
|
color: #ffaa00;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|||||||
@@ -117,14 +117,14 @@
|
|||||||
<view v-if='couponList && couponList.length>0' class="f-header m-t" @click="allAcceptCoupon">
|
<view v-if='couponList && couponList.length>0' class="f-header m-t" @click="allAcceptCoupon">
|
||||||
<image src="/static/youhuiquan.png"></image>
|
<image src="/static/youhuiquan.png"></image>
|
||||||
<view class="tit-box">
|
<view class="tit-box">
|
||||||
<text class="tit">有可领取优惠券</text>
|
<text class="tit">{{ couponList.length}}张可领取优惠券</text>
|
||||||
</view>
|
</view>
|
||||||
<text class="get-btn">全部领取</text>
|
<text class="get-btn">全部领取</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<coupon v-for="(item, index) in couponList" :key="index" v-bind:item="item" theme="#EB331E" ref="SubComponent"
|
<!-- <coupon v-for="(item, index) in couponList" :key="index" v-bind:item="item" theme="#EB331E" ref="SubComponent"
|
||||||
@callParentMethod="callParentMethod"></coupon>
|
@callParentMethod="callParentMethod"></coupon>
|
||||||
|
-->
|
||||||
<!-- 团购楼层
|
<!-- 团购楼层
|
||||||
<view class="f-header m-t" @click="navToTabPage('../../pagesA/product/groupList')"
|
<view class="f-header m-t" @click="navToTabPage('../../pagesA/product/groupList')"
|
||||||
v-if="groupHotGoodsList.length > 0">
|
v-if="groupHotGoodsList.length > 0">
|
||||||
@@ -1194,7 +1194,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.get-btn {
|
.get-btn {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
line-height: 45upx;
|
line-height: 45upx;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user