Commit de7c0ba6 authored by caimeng's avatar caimeng

多典花打包修改

parent 8252948b
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"type" : "uniCloud" "type" : "uniCloud"
}, },
{ {
"playground" : "standard", "playground" : "custom",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
}, },
{ {
......
...@@ -44,9 +44,7 @@ ...@@ -44,9 +44,7 @@
<template v-for="(item, index) in JSON.parse(index['shortcutList'])"> <template v-for="(item, index) in JSON.parse(index['shortcutList'])">
<view class='mian-item' <view class='mian-item' @click="jump(item, index, 'diamond')">
v-if="item.tager !== 'uni:/subPackage/indexfinance/index,tab'"
:key="item.id" @click="jump(item, index, 'diamond')">
<image class='item-img' :src='item.url'></image> <image class='item-img' :src='item.url'></image>
<view class='item-text'>{{ item.name }}</view> <view class='item-text'>{{ item.name }}</view>
</view> </view>
......
andrCertfile=/Users/admin/Desktop/ermo/uni-app-ddh-shop/profile/ddhtest.keystore
andrCertAlias=ddhtest.keystore
andrCertPass=ep/Tdjka4Y7WYqDB6/S7dw==
storePassword=ep/Tdjka4Y7WYqDB6/S7dw==
...@@ -59,7 +59,7 @@ export const switchShowTabbar = async () => { ...@@ -59,7 +59,7 @@ export const switchShowTabbar = async () => {
const res = await API.initTabBar() const res = await API.initTabBar()
const { data } = res.result const { data } = res.result
// V1.0.8 版本华为贷款口子不放出来 // V1.0.8 版本华为贷款口子不放出来
if (data && uni.getSystemInfoSync().deviceBrand !== 'huawei') { if (data) {
uni.setStorageSync('loanSwitch', true) uni.setStorageSync('loanSwitch', true)
uni.setTabBarItem({ uni.setTabBarItem({
index: 1, index: 1,
......
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