UI:购有趣安卓 1.3.9:隐藏立即更新功能,加工费,积分
| | |
| | | url: '/pages/login/login' |
| | | }) |
| | | return false |
| | | |
| | | |
| | | } |
| | | uni.setStorageSync('Config', JSON.stringify(res.data)) |
| | | |
| | | |
| | | // #ifdef APP-PLUS |
| | | //机型 |
| | | let platform = uni.getSystemInfoSync().platform.toLocaleLowerCase() |
| | |
| | | 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 |
| | |
| | | </style> |
| | | <style lang="scss"> |
| | | @import '@/uni_modules/uv-ui-tools/index.scss'; |
| | | </style> |
| | | </style> |
| | |
| | | "name" : "购有趣", |
| | | "appid" : "__UNI__E97BFD9", |
| | | "description" : "", |
| | | "versionName" : "1.3.8", |
| | | "versionCode" : 138, |
| | | "versionName" : "1.3.9", |
| | | "versionCode" : 139, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | | "app-plus" : { |
| | |
| | | <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> |
| | |
| | | <!-- <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> |
| | |
| | | </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> |