zhaojs
2023-06-29 b349755595b3d96b1ddf22d2632a1562842aede8
no message
已修改8个文件
66 ■■■■■ 文件已修改
uniapp/components/rowGoods.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/pages/active/tmsearch.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/pages/login/setInviteCode.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/pages/login/wxlogin.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/pages/rankinglist/xianbao.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/pages/search/search.vue 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/pages/search/searchResult.vue 26 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/components/rowGoods.vue
@@ -17,7 +17,7 @@
    
            <view class="cardbottom-container colCenEnd">
                <view class="discounts-container rowCen borderBox">
                    <view class="coupon-box rowCenCen" style="border: 1px solid #f50d49; color: #f50d49; background: none;" v-if="items.couponPrice>0 || items.sourceType=='wph'">
                    <view class="coupon-box rowCenCen" style="border: 1px solid #f50d49;width:auto;color: #f50d49; background: none;" v-if="items.couponPrice>0 || items.sourceType=='wph'">
                        <view>
                            {{items.sourceType=='wph'?items.discount+'折':items.couponPrice+'元券'}}
                        </view>
uniapp/manifest.json
@@ -2,8 +2,8 @@
    "name" : "大返官",
    "appid" : "__UNI__FC8858A",
    "description" : "大返官app",
    "versionName" : "1.2.3",
    "versionCode" : 123,
    "versionName" : "1.1.3",
    "versionCode" : 113,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
uniapp/pages/active/tmsearch.vue
@@ -1,5 +1,5 @@
<template>
    <view class="pddsearch-wrapper wrapperLayer borderBox"  style="background: #fff;">
    <view class="pddsearch-wrapper wrapperLayer borderBox">
        <view class="topbarbox"></view>
        <view class="fixed-container colCen">
            <view class="topbarbox"></view>
uniapp/pages/login/setInviteCode.vue
@@ -161,7 +161,7 @@
                        uni.switchTab({
                          url: '../index/index'
                        })
                     */}
                     }*/
                }).catch(function (err) {
                    console.log(err)
                })
uniapp/pages/login/wxlogin.vue
@@ -202,11 +202,11 @@
                            url: './setInviteCode'
                        })
                    }
                    else if (e.data.userinfo.isPwd == 'N') {
                    /* else if (e.data.userinfo.isPwd == 'N') {
                        uni.redirectTo({
                            url: './setPass'
                        })
                    } else {
                    } */ else {
                        uni.switchTab({
                            url: '../index/index'
                        })
uniapp/pages/rankinglist/xianbao.vue
@@ -48,7 +48,7 @@
        },
        onLoad(options) {
            const value = uni.getStorageSync('userInfo');
            this.webviewUrl = encodeURI('http://dfgapp.ushopvip.com/html/xianbao.html?token='+value.token);
            this.webviewUrl = encodeURI('http://appapitest.ushopvip.com/html/xianbao.html?token='+value.token);
        },
        onReady() {
          this.clearMuiBack();
uniapp/pages/search/search.vue
@@ -27,7 +27,7 @@
                <view class="onlineStore-container rowCen" v-if="searchText==''">
                    <view class="onlineStoreList rowSta">
                        <block v-for="(items,index) in onlineStoreList" :key="index">
                            <view class="store-items colCen" :class="storeCurrent==index?'store-items-active':''" @click="checkstore(index)">
                            <view class="store-items colCen" :class="storeCurrent==items.inde?'store-items-active':''" @click="checkstore(items.inde)">
                                <view class="store-name">
                                    {{items.name}}
                                </view>
@@ -166,24 +166,30 @@
            return {
                onlineStoreList: [{
                        name: '淘宝',
                        type: 'tb'
                        type: 'tb',
                        inde:0
                    },
                    {
                        name: '京东',
                        type: 'jd'
                        type: 'jd',
                        inde:1
                    },
                    {
                        name: '拼多多',
                        type: 'pdd'
                    },
                    {
                        name: '唯品会',
                        type: 'vph'
                        type: 'pdd',
                        inde:2
                    },
                    {
                        name: '抖音',
                        type: 'dy'
                        type: 'dy',
                        inde:4
                    },
                    {
                        name: '唯品会',
                        type: 'vph',
                        inde:3
                    }
                ],
                searchText: '',
                storeCurrent: 0,
uniapp/pages/search/searchResult.vue
@@ -23,8 +23,8 @@
                <view class="onlineStore-container rowCen">
                    <view class="onlineStoreList rowSta" v-if="!showtar || platform!='iOS'">
                        <block v-for="(items,index) in onlineStoreList" :key="index">
                            <view class="store-items colCen" :class="storeCurrent==index?'store-items-active':''"
                                @click="checkstore(index)">
                            <view class="store-items colCen" :class="storeCurrent==items.inde?'store-items-active':''"
                                @click="checkstore(items.inde)">
                                <view class="store-name">
                                    {{items.name}}
                                </view>
@@ -151,24 +151,30 @@
                advertPic: '',
                onlineStoreList: [{
                        name: '淘宝',
                        type: 'tb'
                        type: 'tb',
                        inde:0
                    },
                    {
                        name: '京东',
                        type: 'jd'
                        type: 'jd',
                        inde:1
                    },
                    {
                        name: '拼多多',
                        type: 'pdd'
                    },
                    {
                        name: '唯品会',
                        type: 'wph'
                        type: 'pdd',
                        inde:2
                    },
                    {
                        name: '抖音',
                        type: 'dy'
                        type: 'dy',
                        inde:4
                    },
                    {
                        name: '唯品会',
                        type: 'wph',
                        inde:3
                    }
                ],
                sortList: [{