|
@@ -35,7 +35,7 @@
|
|
|
<!-- tabs -->
|
|
|
<view class=""
|
|
|
style="display: flex;margin-top: 20rpx;align-items: center;justify-content: space-between;">
|
|
|
- <u-tabs :list="list1"></u-tabs>
|
|
|
+ <u-tabs :list="list1" @change='changetab'></u-tabs>
|
|
|
<view class="border">
|
|
|
</view>
|
|
|
<view class="u-flex" style="margin-left: 24rpx;width: 100rpx;" @click="shoptype">
|
|
@@ -52,6 +52,7 @@
|
|
|
</view>
|
|
|
<view class="shopback">
|
|
|
<view class="u-flex u-row-between">
|
|
|
+ <!-- 百亿补贴 -->
|
|
|
<view class="bigbox" @click="subsidy(1)">
|
|
|
<view class="u-flex">
|
|
|
<image src="../../static/images/index/butie.png" style="width: 104rpx;height: 26rpx;" mode="">
|
|
@@ -59,11 +60,9 @@
|
|
|
<view class="biaoqian" style="background: #F35D22;">{{i18n.expensive}}</view>
|
|
|
</view>
|
|
|
<view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
|
|
|
- <view v-for="(item,idx) in 4" class="ssbox " style="margin-top: 16rpx;">
|
|
|
+ <view v-for="(item,idx) in subsidylist" class="ssbox " style="margin-top: 16rpx;">
|
|
|
<view class="" style="position: relative">
|
|
|
- <image src=""
|
|
|
- style="background-color: rgba(119, 119, 119, 1);width: 144rpx;height: 144rpx;"
|
|
|
- mode=""></image>
|
|
|
+ <image :src="item.image" style="width: 144rpx;height: 144rpx;" mode=""></image>
|
|
|
<view class="u-flex u-row-center"
|
|
|
style="position: absolute;bottom: 10rpx;width: 144rpx;">
|
|
|
<view class="u-flex">
|
|
@@ -72,17 +71,18 @@
|
|
|
style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
|
|
|
mode="">
|
|
|
</image>
|
|
|
- <text>{{15 + i18n.RMB}}</text>
|
|
|
+ <text>{{(item.price*1000 - item.discount_price*1000)/1000 + i18n.RMB}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="money" style="text-align: center;">
|
|
|
- ¥59
|
|
|
+ ¥{{item.discount_price}}
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <!-- 拼包好物 -->
|
|
|
<view class="">
|
|
|
<view class="smallbox" @click="subsidy(2)">
|
|
|
<view class="u-flex">
|
|
@@ -92,11 +92,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
|
|
|
- <view v-for="(item,idx) in 2" class="ssbox " style="margin-top: 16rpx;">
|
|
|
+ <view v-for="(item,idx) in packlist" class="ssbox " style="margin-top: 16rpx;">
|
|
|
<view class="" style="position: relative">
|
|
|
- <image src=""
|
|
|
- style="background-color: rgba(119, 119, 119, 1);width: 144rpx;height: 144rpx;"
|
|
|
- mode=""></image>
|
|
|
+ <image :src="item.image" style=";width: 144rpx;height: 144rpx;" mode=""></image>
|
|
|
<view class="u-flex u-row-center"
|
|
|
style="position: absolute;bottom: 10rpx;width: 144rpx;">
|
|
|
<view class="u-flex">
|
|
@@ -104,12 +102,13 @@
|
|
|
style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
|
|
|
mode="">
|
|
|
</image> -->
|
|
|
- <view class="tag u-flex" style="background-color: rgba(251, 73, 70, 1);">
|
|
|
+ <view v-if="item.is_discount==0" class="tag u-flex"
|
|
|
+ style="background-color: rgba(251, 73, 70, 1);">
|
|
|
<image src="../../static/images/index/down.png"
|
|
|
style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
|
|
|
mode="">
|
|
|
</image>
|
|
|
- <text>{{15 + i18n.RMB}}</text>
|
|
|
+ <text>{{(item.price*1000 - item.discount_price*1000)/1000 + i18n.RMB}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -124,13 +123,20 @@
|
|
|
<view class="biaoqian" style="background:rgba(248, 50, 36, 1)">{{i18n.Something}}</view>
|
|
|
</view>
|
|
|
<view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
|
|
|
- <view v-for="(item,idx) in 2" class="ssbox " style="margin-top: 8rpx;">
|
|
|
+ <view v-for="(item,idx) in shippList" class="ssbox " style="margin-top: 8rpx;">
|
|
|
<view class="" style="position: relative">
|
|
|
- <image src=""
|
|
|
- style="background-color: rgba(119, 119, 119, 1);width: 124rpx;height: 124rpx;"
|
|
|
- mode=""></image>
|
|
|
- <view class="shopname">
|
|
|
- 纯牛奶
|
|
|
+ <image :src="item.image" style="width: 124rpx;height: 124rpx;" mode=""></image>
|
|
|
+ <view class="shopname" v-if="language =='zh-CN'">
|
|
|
+ {{item.name_cn}}
|
|
|
+ </view>
|
|
|
+ <view class="shopname" v-if="language =='en-US'">
|
|
|
+ {{item.name_en}}
|
|
|
+ </view>
|
|
|
+ <view class="shopname" v-if="language =='es-ES'">
|
|
|
+ {{item.name_es}}
|
|
|
+ </view>
|
|
|
+ <view class="shopname" v-if="language =='it-IT'">
|
|
|
+ {{item.name_ita}}
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -139,16 +145,26 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-between" style="flex-wrap: wrap;">
|
|
|
- <view class="bigbox" v-for="(item,index) in recomlist" style="position: relative;" @click="todetail(item.id)">
|
|
|
+ <view class="bigbox" v-for="(item,index) in recomlist" style="position: relative;"
|
|
|
+ @click="todetail(item.id)">
|
|
|
<image v-if="item.is_discount==0" src="../../static/images/index/discount.png"
|
|
|
style="width: 60rpx;height: 36rpx;position: absolute;left: 12rpx;top: 12rpx;z-index: 10;"
|
|
|
mode="">
|
|
|
</image>
|
|
|
<image :src="item.image"
|
|
|
style="width: 340rpx;height: 340rpx;;margin-left: -20rpx;margin-top: -18rpx;" mode=""></image>
|
|
|
- <view class="title">
|
|
|
+ <view class="title" v-if="language =='zh-CN'">
|
|
|
{{item.name_cn}}
|
|
|
</view>
|
|
|
+ <view class="title" v-if="language =='en-US'">
|
|
|
+ {{item.name_en}}
|
|
|
+ </view>
|
|
|
+ <view class="title" v-if="language =='es-ES'">
|
|
|
+ {{item.name_es}}
|
|
|
+ </view>
|
|
|
+ <view class="title" v-if="language =='it-IT'">
|
|
|
+ {{item.name_ita}}
|
|
|
+ </view>
|
|
|
<view class="">
|
|
|
<text class="money">
|
|
|
¥{{item.price}}
|
|
@@ -199,16 +215,6 @@
|
|
|
//tabs
|
|
|
list1: [{
|
|
|
name: '推荐',
|
|
|
- }, {
|
|
|
- name: '数码'
|
|
|
- }, {
|
|
|
- name: '生鲜'
|
|
|
- }, {
|
|
|
- name: '美妆'
|
|
|
- }, {
|
|
|
- name: '生鲜'
|
|
|
- }, {
|
|
|
- name: '美妆'
|
|
|
}],
|
|
|
//轮播图
|
|
|
banner: [
|
|
@@ -217,7 +223,11 @@
|
|
|
'https://cdn.uviewui.com/uview/swiper/swiper3.png',
|
|
|
],
|
|
|
show: true,
|
|
|
- timer: ''
|
|
|
+ timer: '',
|
|
|
+ language: 'zh-CN',
|
|
|
+ subsidylist: [], //百万补贴
|
|
|
+ packlist: [], //拼包好物
|
|
|
+ shippList: [], //海外包邮
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
@@ -226,26 +236,120 @@
|
|
|
}
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
- this.recommend()
|
|
|
this.list = [this.i18n.border, this.i18n.shop]
|
|
|
// this.seater()
|
|
|
if (options.current) {
|
|
|
this.current = options.current
|
|
|
}
|
|
|
- },
|
|
|
- onShow() {
|
|
|
//商品推荐
|
|
|
this.recommend()
|
|
|
- console.log(222222);
|
|
|
+ },
|
|
|
+ onShow() {
|
|
|
+
|
|
|
+ // tabs列表
|
|
|
+ this.category()
|
|
|
+ //百万补贴
|
|
|
+ this.subsid()
|
|
|
+ //拼包好物
|
|
|
+ this.pack()
|
|
|
+ //海外包邮
|
|
|
+ this.shipp()
|
|
|
+ if (uni.getStorageSync('language') != '') {
|
|
|
+ this.language = uni.getStorageSync('language')
|
|
|
+ }
|
|
|
},
|
|
|
methods: {
|
|
|
+ //海外包邮接口
|
|
|
+ shipp() {
|
|
|
+ uni.$u.http.post('api/goods/shipping').then((res) => {
|
|
|
+ this.shippList = res.splice(0, 2)
|
|
|
+ }).catch(() => {
|
|
|
+
|
|
|
+ })
|
|
|
+ },
|
|
|
+ //拼包好物接口
|
|
|
+ pack() {
|
|
|
+ uni.$u.http.post('/api/goods/pack').then((res) => {
|
|
|
+ this.packlist = res.splice(0, 2)
|
|
|
+ }).catch(() => {
|
|
|
+
|
|
|
+ })
|
|
|
+ },
|
|
|
+ //百万补贴接口
|
|
|
+ subsid() {
|
|
|
+ uni.$u.http.post('/api/goods/subsidy').then((res) => {
|
|
|
+ this.subsidylist = res.splice(0, 4)
|
|
|
+ }).catch(() => {
|
|
|
+
|
|
|
+ })
|
|
|
+ },
|
|
|
+ //标签切换
|
|
|
+ changetab(e) {
|
|
|
+ console.log(e);
|
|
|
+ if (e.index == 0) {
|
|
|
+ this.recommend()
|
|
|
+ } else {
|
|
|
+ this.goods(e.id)
|
|
|
+ }
|
|
|
+ },
|
|
|
//商品推荐
|
|
|
recommend() {
|
|
|
- console.log(1111);
|
|
|
- recom().then((res) => {
|
|
|
- this.recomlist = res.data.data
|
|
|
+ uni.$u.http.post('/api/goods/recommend').then((res) => {
|
|
|
+ this.recomlist = res
|
|
|
+ }).catch(() => {
|
|
|
+
|
|
|
+ })
|
|
|
+ },
|
|
|
+ //商品分类列表
|
|
|
+ category() {
|
|
|
+ uni.$u.http.get('/api/goods/category', {
|
|
|
+ params:{parent_id: 0}
|
|
|
+ }).then((res) => {
|
|
|
+ const categoryArr = res
|
|
|
+ this.list1 = [{
|
|
|
+ name: ''
|
|
|
+ }]
|
|
|
+ if (this.language == 'en-US') {
|
|
|
+ categoryArr.forEach(item => {
|
|
|
+ item.name = item.name_en
|
|
|
+ })
|
|
|
+ this.list1[0].name = 'recommend'
|
|
|
+ }
|
|
|
+ if (this.language == 'es-ES') {
|
|
|
+ categoryArr.forEach(item => {
|
|
|
+ item.name = item.name_es
|
|
|
+ })
|
|
|
+ this.list1[0].name = 'recomendación'
|
|
|
+ }
|
|
|
+ if (this.language == 'it-IT') {
|
|
|
+ categoryArr.forEach(item => {
|
|
|
+ item.name = item.name_ita
|
|
|
+ })
|
|
|
+ this.list1[0].name = 'raccomandata'
|
|
|
+ }
|
|
|
+
|
|
|
+ if (this.language == 'zh-CN') {
|
|
|
+ categoryArr.forEach(item => {
|
|
|
+ item.name = item.name_cn
|
|
|
+ })
|
|
|
+ this.list1[0].name = '推荐'
|
|
|
+ }
|
|
|
+ this.list1 = this.list1.concat(categoryArr)
|
|
|
+ }).catch(() => {
|
|
|
+
|
|
|
+ })
|
|
|
+ },
|
|
|
+ //商品列表
|
|
|
+ goods(id) {
|
|
|
+ uni.$u.http.get('/api/goods', {
|
|
|
+ params:{parent_id: id}
|
|
|
+ }).then((res) => {
|
|
|
+ this.recomlist = res.data
|
|
|
+ }).catch(() => {
|
|
|
+
|
|
|
})
|
|
|
},
|
|
|
+ //百万补贴跳转
|
|
|
subsidy(item) {
|
|
|
uni.navigateTo({
|
|
|
url: '/pageA/subsidy?show=' + item
|
|
@@ -283,7 +387,7 @@
|
|
|
//详情
|
|
|
todetail(id) {
|
|
|
uni.navigateTo({
|
|
|
- url: '/pageA/productdetails?id='+id
|
|
|
+ url: '/pageA/productdetails?id=' + id
|
|
|
})
|
|
|
}
|
|
|
}
|