lin
2026-05-18 e3ed35b53e2179a1e328daa8b53a7ece77b7161c
UI:购有趣安卓 1.3.9:隐藏立即更新功能,加工费,积分
22 files modified
42 ■■■■ changed files
App.vue 28 ●●●● patch | view | raw | blame | history
manifest.json 4 ●●●● patch | view | raw | blame | history
pages/ginfo/ginfo.vue 2 ●●● patch | view | raw | blame | history
pages/index/index.vue 4 ●●●● patch | view | raw | blame | history
pages/pays/pays.vue 4 ●●●● patch | view | raw | blame | history
unpackage/res/icons/1024x1024.png patch | view | raw | blame | history
unpackage/res/icons/120x120.png patch | view | raw | blame | history
unpackage/res/icons/144x144.png patch | view | raw | blame | history
unpackage/res/icons/152x152.png patch | view | raw | blame | history
unpackage/res/icons/167x167.png patch | view | raw | blame | history
unpackage/res/icons/180x180.png patch | view | raw | blame | history
unpackage/res/icons/192x192.png patch | view | raw | blame | history
unpackage/res/icons/20x20.png patch | view | raw | blame | history
unpackage/res/icons/29x29.png patch | view | raw | blame | history
unpackage/res/icons/40x40.png patch | view | raw | blame | history
unpackage/res/icons/58x58.png patch | view | raw | blame | history
unpackage/res/icons/60x60.png patch | view | raw | blame | history
unpackage/res/icons/72x72.png patch | view | raw | blame | history
unpackage/res/icons/76x76.png patch | view | raw | blame | history
unpackage/res/icons/80x80.png patch | view | raw | blame | history
unpackage/res/icons/87x87.png patch | view | raw | blame | history
unpackage/res/icons/96x96.png patch | view | raw | blame | history
App.vue
@@ -35,10 +35,10 @@
                                url: '/pages/login/login'
                            })
                            return false
                    }
                    uni.setStorageSync('Config', JSON.stringify(res.data))
                    // #ifdef APP-PLUS
                    //机型
                    let platform = uni.getSystemInfoSync().platform.toLocaleLowerCase()
@@ -59,17 +59,17 @@
                            updesc = res.data.android.desc
                        }
                        if (downUrl && updateFlag) {
                            uni.showModal({
                                showCancel: false,
                                confirmText: '立即更新',
                                title: '温馨提示!',
                                content: updesc || '有最新版本,请更新APP!',
                                success: res => {
                                    if (res.confirm) {
                                        plus.runtime.openURL(downUrl)
                                    }
                                }
                            })
                            // uni.showModal({
                            //     showCancel: false,
                            //     confirmText: '立即更新',
                            //     title: '温馨提示!',
                            //     content: updesc || '有最新版本,请更新APP!',
                            //     success: res => {
                            //         if (res.confirm) {
                            //             plus.runtime.openURL(downUrl)
                            //         }
                            //     }
                            // })
                        }
                    })
                    // #endif
@@ -115,4 +115,4 @@
</style>
<style lang="scss">
    @import '@/uni_modules/uv-ui-tools/index.scss';
</style>
</style>
manifest.json
@@ -2,8 +2,8 @@
    "name" : "购有趣",
    "appid" : "__UNI__E97BFD9",
    "description" : "",
    "versionName" : "1.3.8",
    "versionCode" : 138,
    "versionName" : "1.3.9",
    "versionCode" : 139,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/ginfo/ginfo.vue
@@ -14,7 +14,7 @@
            <view class="">
                <text>¥</text>
                <text>{{goodsData.price}}</text>
                <text>积分:{{goodsData.points}}</text>
                <!-- <text>积分:{{goodsData.points}}</text> -->
            </view>
            <view class="collect" @tap="collectGoods">
                <image :src="goodsData.collect == 1 ? '/static/imgs/colls.png' : '/static/imgs/coll.png'" mode=""></image>
pages/index/index.vue
@@ -118,8 +118,8 @@
                            <!-- <view class="hyj">
                                <image src="@/static/imgs/hyj.png" mode=""></image>
                            </view> -->
                            <view>¥</view>
                            <view class="red">{{itm.price}}</view>
                            <!-- <view>¥</view>
                            <view class="red">{{itm.price}}</view> -->
                        </view>
                    </view>
                </view>
pages/pays/pays.vue
@@ -45,11 +45,11 @@
            </view>
        </view>
        <view class="total">
            <view class="">
            <!-- <view class="">
                <text>加工费:</text>
                <text class="red total-price">{{rateTotal}}</text>
                <text class="cny">元</text>
            </view>
            </view> -->
            <view class="">
                <text>合计:</text>
                <text class="red total-price">{{payTotal}}</text>
unpackage/res/icons/1024x1024.png

unpackage/res/icons/120x120.png

unpackage/res/icons/144x144.png

unpackage/res/icons/152x152.png

unpackage/res/icons/167x167.png

unpackage/res/icons/180x180.png

unpackage/res/icons/192x192.png

unpackage/res/icons/20x20.png

unpackage/res/icons/29x29.png

unpackage/res/icons/40x40.png

unpackage/res/icons/58x58.png

unpackage/res/icons/60x60.png

unpackage/res/icons/72x72.png

unpackage/res/icons/76x76.png

unpackage/res/icons/80x80.png

unpackage/res/icons/87x87.png

unpackage/res/icons/96x96.png