ios上架,同步项目
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name" : "心灵空间",
|
"name" : "心灵空间",
|
||||||
"appid" : "__UNI__BBBDFD2",
|
"appid" : "__UNI__BBBDFD2",
|
||||||
"description" : "心灵空间",
|
"description" : "心灵空间",
|
||||||
"versionName" : "1.0.04",
|
"versionName" : "1.0.06",
|
||||||
"versionCode" : 1004,
|
"versionCode" : 1006,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
@@ -38,8 +38,7 @@
|
|||||||
/* 应用发布信息 */
|
/* 应用发布信息 */
|
||||||
"distribute" : {
|
"distribute" : {
|
||||||
"apple" : {
|
"apple" : {
|
||||||
"devices" : "universal",
|
"devices" : "universal"
|
||||||
"NSUserTrackingUsageDescription" : ""
|
|
||||||
},
|
},
|
||||||
/* android打包配置 */
|
/* android打包配置 */
|
||||||
"android" : {
|
"android" : {
|
||||||
@@ -75,7 +74,8 @@
|
|||||||
"applinks:verification.nuttyreading.com"
|
"applinks:verification.nuttyreading.com"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"idfa" : false
|
||||||
},
|
},
|
||||||
/* SDK配置 */
|
/* SDK配置 */
|
||||||
"sdkConfigs" : {
|
"sdkConfigs" : {
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
<view class="miaosha_list">
|
<view class="miaosha_list">
|
||||||
<view class="miaosha_item" @click="goGoodsDetail(v)"
|
<view class="miaosha_item" @click="goGoodsDetail(v)"
|
||||||
v-for="(v, i) in seckillLst">
|
v-for="(v, i) in seckillLst">
|
||||||
<text class="miaosha_youhui" v-if="v.isVipPrice==1&&v.vipPrice!=null&&v.vipPrice!=0">VIP优惠</text>
|
<text class="miaosha_youhui" v-if="$platform=='android'&&v.isVipPrice==1&&v.vipPrice!=null&&v.vipPrice!=0">VIP优惠</text>
|
||||||
<image class="book_image" :src="v.productImages" mode="aspectFit"></image>
|
<image class="book_image" :src="v.productImages" mode="aspectFit"></image>
|
||||||
<view class="book_name">{{ v.productName }}</view>
|
<view class="book_name">{{ v.productName }}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user