海报图
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const env = "d";
|
||||
const env = "t";
|
||||
|
||||
const version = 1,
|
||||
|
||||
@@ -15,7 +15,8 @@ let api, baseUrl;
|
||||
if (env == "d") {
|
||||
baseUrl = "https://liche-api-dev.xiaoyu.com/hd/";
|
||||
} else if (env == "t") {
|
||||
baseUrl = "https://api.test.liche.cn/hd/";
|
||||
//baseUrl = "https://api.test.liche.cn/hd/";
|
||||
baseUrl = "https://api.lc.haodian.cn/hd/";
|
||||
} else if (env == "p") {
|
||||
baseUrl = "https://api.liche.cn/hd/";
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</view>
|
||||
|
||||
<view class="mt30 inner40 fn-flex">
|
||||
<view class="fn-flex-item bds-2-f9394d font-32 color-f9394d ulib-r750 text-center ml20 mr20 pt25" bindtap="pushLink" data-url="lcb://navigateToMiniPrograms??appId=wx98e64c11aac45966@path=/pages/storeInfo/index?biz_id={{userInfo.biz_id}}">进店分享</view>
|
||||
<!-- <view class="fn-flex-item bds-2-f9394d font-32 color-f9394d ulib-r750 text-center ml20 mr20 pt25" bindtap="pushLink" data-url="lcb://navigateToMiniPrograms??appId=wx98e64c11aac45966@path=/pages/storeInfo/index?biz_id={{userInfo.biz_id}}">进店分享</view> -->
|
||||
<button class="fn-flex-item btn-f9394d font-32 color-fff ulib-r750 text-center ml20 mr20 pt10 pb10" bindtap="pushLink" data-url="/pages/distribute/storePoster/index">店铺海报</button>
|
||||
</view>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<view class="fn-flex-item pr15">
|
||||
<block wx:for="{{list}}" wx:key="index">
|
||||
<view class="mt10" wx:if="{{index%2 == 0}}" bindtap="selectModel" data-index="{{index}}">
|
||||
<image class="block wp100 box-shadow-000-10-10 ulib-r10" src="{{item.cover}}" mode="widthFix" />
|
||||
<image class="block wp100 box-shadow-000-10-10 ulib-r10" src="{{item.cover}}?v=0514" mode="widthFix" />
|
||||
<view class="pt20 pb20 text-center font-28">{{item.title}}</view>
|
||||
</view>
|
||||
</block>
|
||||
@@ -11,7 +11,7 @@
|
||||
<view class="fn-flex-item pl15">
|
||||
<block wx:for="{{list}}" wx:key="index">
|
||||
<view class="mt10" wx:if="{{index%2 != 0}}" bindtap="selectModel" data-index="{{index}}">
|
||||
<image class="block wp100 box-shadow-000-10-10 ulib-r10" src="{{item.cover}}" mode="widthFix" />
|
||||
<image class="block wp100 box-shadow-000-10-10 ulib-r10" src="{{item.cover}}?v=0514" mode="widthFix" />
|
||||
<view class="pt20 pb20 text-center font-28">{{item.title}}</view>
|
||||
</view>
|
||||
</block>
|
||||
|
||||
Reference in New Issue
Block a user