Commit d4e34f51 by 李嘉林

小程序原生问题修改

parent 2cb5e97e
...@@ -386,13 +386,17 @@ export default { ...@@ -386,13 +386,17 @@ export default {
link:linkVal, link:linkVal,
}); });
} }
app.fenxiaoModel.getDistributorHomepage(res).then(ele=>{ if(res &&
if(ele.id) { res.id
this.getDistributorHomepageName = '我的小店'; ){
}else { app.fenxiaoModel.getDistributorHomepage(res).then(ele=>{
this.getDistributorHomepageName = '一键开店'; if(ele.id) {
} this.getDistributorHomepageName = '我的小店';
}); }else {
this.getDistributorHomepageName = '一键开店';
}
});
}
if( if(
res&& res&&
res.parentSpokesmanDistributionModel == '1'&& res.parentSpokesmanDistributionModel == '1'&&
......
...@@ -351,9 +351,9 @@ const componentOptions = { ...@@ -351,9 +351,9 @@ const componentOptions = {
let linkVal = ""; let linkVal = "";
if (goodsType != 1) { if (goodsType != 1) {
if (style == "list") { if (style == "list") {
linkVal = `/goodsSearch/goodsSearch?categoryName=${categoryName}&categoryId=${categoryId}`; linkVal = `/goods/commodityMenu?categoryName=${categoryName}&categoryId=${categoryId}`;
} else { } else {
linkVal = `/goodsSearch/goodsSearch`; linkVal = `/goods/commodityMenu`;
} }
} else { } else {
linkVal = `/pointShop/productList?categoryName=${categoryName}&categoryId=${categoryId}`; linkVal = `/pointShop/productList?categoryName=${categoryName}&categoryId=${categoryId}`;
......
<!-- 商品列表组件 --> <!-- 商品列表组件 -->
<view class="goodsList" style="padding-top:{{datas.componentData.paddingList[0].value*2}}rpx;padding-bottom:{{datas.componentData.paddingList[1].value*2}}rpx;padding-left:{{datas.componentData.paddingList[2].value*2}}rpx;padding-right:{{datas.componentData.paddingList[3].value*2}}rpx;"> <view class="goodsList" style="padding-top:{{datas.componentData.paddingList[0].value*2}}rpx;padding-bottom:{{datas.componentData.paddingList[1].value*2}}rpx;padding-left:{{datas.componentData.paddingList[2].value*2}}rpx;padding-right:{{datas.componentData.paddingList[3].value*2}}rpx;">
<view class="list-wrap heap-wrap" style="background-color:{{datas.componentData['heapBgColorShow'] ? datas.componentData['heapBgColor'] : ''}};border-radius:{{datas.componentData['cardBorderRadius']*2}}rpx;"> <view class="list-wrap heap-wrap" style="background-color:{{datas.componentData['heapBgColorShow'] ? datas.componentData['heapBgColor'] : ''}};border-radius:{{datas.componentData['cardBorderRadius']*2}}rpx;">
<!-- 头部 --> <!-- 头部 -->
<view class="tops flex" style="padding:{{(datas.componentData['titleIcon'] || (datas.componentData['moreShow'] && datas.componentData.moreButtonSite=='top')) ?'0rpx 0rpx 0rpx 10rpx' : ''}};margin-bottom:{{datas.componentData['titleCardGap']*2}}rpx"> <view class="tops flex" style="padding:{{(datas.componentData['titleIcon'] || (datas.componentData['moreShow'] && datas.componentData.moreButtonSite=='top')) ?'0rpx 0rpx 0rpx 10rpx' : ''}};margin-bottom:{{datas.componentData['titleCardGap']*2}}rpx">
<view class="left flex"> <view class="left flex">
<view class="img" wx:if="{{titleIcon}}"> <view class="img" wx:if="{{titleIcon}}">
<image mode="widthFix" src="{{titleIcon}}" /> <image mode="widthFix" src="{{titleIcon}}" />
</view> </view>
<view class="title">{{datas.componentData['titles']}}</view> <view class="title">{{datas.componentData['titles']}}</view>
</view> </view>
<view <view
class="moreTop" class="moreTop"
bindtap="viewMore" bindtap="viewMore"
wx:if="{{datas.componentData['moreShow'] && datas.componentData.moreButtonSite=='top' && datas.componentData['goodsSource']!='assign'}}" wx:if="{{datas.componentData['moreShow'] && datas.componentData.moreButtonSite=='top' && datas.componentData['goodsSource']!='assign'}}"
> >
查看更多 查看更多
<text class="jt"></text> <text class="jt"></text>
</view> </view>
</view> </view>
<!-- 网格布局 --> <!-- 网格布局 -->
<view <view
wx:if="{{datas.componentData.style==='list'}}" wx:if="{{datas.componentData.style==='list'}}"
class="goodsItem-list flex" class="goodsItem-list flex"
style="margin-left:{{-datas.componentData.proGap*2}}rpx;" style="margin-left:{{-datas.componentData.proGap*2}}rpx;"
> >
<view <view
wx:for="{{goodsList}}" wx:for="{{goodsList}}"
wx:key="index" wx:key="index"
class="goods-item" class="goods-item"
style="width:{{100/datas.componentData.columnNum}}%;padding-left:{{datas.componentData.proGap*2}}rpx" style="width:{{100/datas.componentData.columnNum}}%;padding-left:{{datas.componentData.proGap*2}}rpx"
> >
<goods-item <goods-item
datas="{{datas}}" datas="{{datas}}"
items="{{goodsList[index]}}" items="{{goodsList[index]}}"
indexs="{{index}}" indexs="{{index}}"
></goods-item> ></goods-item>
</view> </view>
</view> </view>
<!-- 横向滚动 --> <!-- 横向滚动 -->
<view class="goods-across" wx:elif="{{datas.componentData.style==='across'}}"> <view class="goods-across" wx:elif="{{datas.componentData.style==='across'}}">
<view class="prev-btn"> <view class="prev-btn">
<text class="iconfont-common common-iconyoujiantou"></text> <text class="iconfont-common common-iconyoujiantou"></text>
</view> </view>
<view class="next-btn"> <view class="next-btn">
<text class="iconfont-common common-iconyoujiantou"></text> <text class="iconfont-common common-iconyoujiantou"></text>
</view> </view>
<view <view
wx:for="{{datas.componentData.goodsList}}" wx:for="{{datas.componentData.goodsList}}"
wx:key="index" wx:key="index"
class="goods-item" class="goods-item"
style="width:{{100/datas.componentData.columnNum}}%;margin-right:{{datas.componentData.proGap*2}}rpx" style="width:{{100/datas.componentData.columnNum}}%;margin-right:{{datas.componentData.proGap*2}}rpx"
> >
<goods-item <goods-item
datas="{{datas}}" datas="{{datas}}"
items="{{datas.componentData.goodsList[index]}}" items="{{datas.componentData.goodsList[index]}}"
indexs="{{index}}" indexs="{{index}}"
></goods-item> ></goods-item>
</view> </view>
</view> </view>
<!-- 瀑布流 --> <!-- 瀑布流 -->
<view wx:if="{{datas.componentData.style==='waterfall'}}"> <view wx:if="{{datas.componentData.style==='waterfall'}}">
<waterfall-flow <waterfall-flow
generic:defaultCom="goods-item" generic:defaultCom="goods-item"
id="waterfallFlow" id="waterfallFlow"
note="{{datas.componentData.goodsList}}" note="{{datas.componentData.goodsList}}"
datas="{{datas}}" datas="{{datas}}"
padding="{{datas.componentData.proGap}}" padding="{{datas.componentData.proGap}}"
wx:if="{{datas.componentData.goodsList}}" wx:if="{{datas.componentData.goodsList}}"
bindonLoad="onLoad" bindonLoad="onLoad"
loading="{{loading}}" loading="{{loading}}"
finished="{{finished}}" finished="{{finished}}"
></waterfall-flow> ></waterfall-flow>
</view> </view>
<!-- 横向列表 --> <!-- 横向列表 -->
<view <view
class="goods goods-rowList" class="goods goods-rowList"
wx:elif="{{datas.componentData.style==='rowList'}}" wx:elif="{{datas.componentData.style==='rowList'}}"
style="margin-left:{{-datas.componentData.proGap*2}}rpx;" style="margin-left:{{-datas.componentData.proGap*2}}rpx;"
> >
<view <view
wx:for="{{datas.componentData.goodsList}}" wx:for="{{datas.componentData.goodsList}}"
wx:key="index" wx:key="index"
class="goods-item" class="goods-item"
style="width:{{100/datas.componentData.columnNum}}%;padding-left:{{datas.componentData.proGap*2}}rpx" style="width:{{100/datas.componentData.columnNum}}%;padding-left:{{datas.componentData.proGap*2}}rpx"
> >
<goods-item <goods-item
datas="{{datas}}" datas="{{datas}}"
items="{{datas.componentData.goodsList[index]}}" items="{{goodsList[index]}}"
indexs="{{index}}" indexs="{{index}}"
></goods-item> ></goods-item>
</view> </view>
</view> </view>
<!-- 堆叠卡片 --> <!-- 堆叠卡片 -->
<view class="goods-heap-Item" wx:if="{{datas.componentData.style==='heap'}}"> <view class="goods-heap-Item" wx:if="{{datas.componentData.style==='heap'}}">
<heap-item datas="{{datas}}"></heap-item> <heap-item datas="{{datas}}"></heap-item>
</view> </view>
<view <view
class="moreBottom" class="moreBottom"
bindtap="viewMore" bindtap="viewMore"
wx:if="{{datas.componentData['moreShow'] && datas.componentData.moreButtonSite=='bottom' && datas.componentData['goodsSource']!='assign'}}" wx:if="{{datas.componentData['moreShow'] && datas.componentData.moreButtonSite=='bottom' && datas.componentData['goodsSource']!='assign'}}"
> >
查看更多 查看更多
<text class="jt"></text> <text class="jt"></text>
</view> </view>
</view> </view>
</view> </view>
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