Commit 69ac4ce1 authored by 郑秀明's avatar 郑秀明

618活动

parent 0c74a76f
...@@ -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.13", "versionName": "1.0.11",
"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.13/", "publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/prod/1.0.11/",
"optimization": { "optimization": {
"treeShaking": { "treeShaking": {
"enable": true "enable": true
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<text v-if="style_setting.price_show">{{item.price}}</text> <text v-if="style_setting.price_show">{{item.price}}</text>
<i class="eosfont icon_cart" v-if="style_setting.cart_show" @click="$addCart(item.spec_id,1,isLogin)">&#xe7e6;</i> <i class="eosfont icon_cart" v-if="style_setting.cart_show" @click="$addCart(item.spec_id,1,isLogin)">&#xe7e6;</i>
</view> </view>
<view v-else class="unshow_price">登录显示价</view> <view v-else class="unshow_price">登录显示价</view>
</view> </view>
<view v-if="spaceArray.length && val.length < style_setting.listType" v-for="(v, key) in spaceArray" :key="key+65535" :style="width ? {'width':width+'rpx'} : ''"></view> <view v-if="spaceArray.length && val.length < style_setting.listType" v-for="(v, key) in spaceArray" :key="key+65535" :style="width ? {'width':width+'rpx'} : ''"></view>
</swiper-item> </swiper-item>
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
avatarShape: 'square', avatarShape: 'square',
titleWidth: '100%' titleWidth: '100%'
}, },
COUPON_ID: '79' //优惠券ID COUPON_ID: '185' //优惠券ID
} }
}, },
onLoad() { onLoad() {
...@@ -122,8 +122,8 @@ ...@@ -122,8 +122,8 @@
}, },
get_coupon(reg_time){ get_coupon(reg_time){
// 打开广告弹窗 // 打开广告弹窗
const timestamp = new Date('2020/05/01 00:00:00').getTime() / 1000; const timestamp = new Date('2020/05/19 00:00:00').getTime() / 1000;
const end_timestamp = new Date('2020/05/30 23:59:59').getTime() / 1000; const end_timestamp = new Date('2020/06/18 23:59:59').getTime() / 1000;
uni.request({ uni.request({
url: '/uni/api/coupon/GetCoupon', url: '/uni/api/coupon/GetCoupon',
method: 'GET', method: 'GET',
......
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