Commit 0032f05d by 高淑倩

add: 分包_goHome

parent ce7575b3
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
"navigationBarTitleText": "聚FUN", "navigationBarTitleText": "聚FUN",
"usingComponents": { "usingComponents": {
"product-list-style-one": "/component/productListStyleOne/productListStyleOne", "product-list-style-one": "/component/productListStyleOne/productListStyleOne",
"product-list-style-two": "/component/productListStyleTwo/productListStyleTwo" "product-list-style-two": "/component/productListStyleTwo/productListStyleTwo",
"go-home": "/component/goHome/goHome"
} }
} }
\ No newline at end of file
<!--subPackage/page/pages/categoryPro/categoryPro.wxml--> <!--subPackage/page/pages/categoryPro/categoryPro.wxml-->
<view class="page-category-pro"> <view class="page-category-pro">
<view class="pro-nav-wrap"> <view class="pro-nav-wrap">
<view class="nav-list"> <view class="nav-list">
<view class="nav-item nav-active">推荐</view> <view class="nav-item nav-active">推荐</view>
<view class="nav-item">最新</view> <view class="nav-item">最新</view>
<view class="nav-item">最热</view> <view class="nav-item">最热</view>
<view class="nav-item">价格</view> <view class="nav-item">价格</view>
</view> </view>
<view class="pro-style" bindtap="switchProStyle"> <view class="pro-style" bindtap="switchProStyle">
<image mode="widthFix" src="{{!proStyle ? '/assets/imgs/7_1_0/category-style-01.png' : '/assets/imgs/7_1_0/category-style-02.png'}}"></image> <image mode="widthFix" src="{{!proStyle ? '/assets/imgs/7_1_0/category-style-01.png' : '/assets/imgs/7_1_0/category-style-02.png'}}" />
</view> </view>
</view> </view>
<product-list-style-one image-data="{{proData}}" wx:if="{{!proStyle}}" /> <product-list-style-one image-data="{{proData}}" wx:if="{{!proStyle}}" />
<product-list-style-two image-data="{{proData}}" wx:if="{{proStyle}}" /> <product-list-style-two image-data="{{proData}}" wx:if="{{proStyle}}" />
<view class="empty" wx:if="{{proData.length < 1}}">
暂无商品哦~
</view>
<!--goHome-->
<go-home/>
</view>
<view class="empty" wx:if="{{proData.length < 1}}">
暂无商品哦~
</view>
</view>
\ No newline at end of file
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"usingComponents": { "usingComponents": {
"tab-sort": "/component/tabSort/tabSort", "tab-sort": "/component/tabSort/tabSort",
"product-list-style-one": "/component/productListStyleOne/productListStyleOne", "product-list-style-one": "/component/productListStyleOne/productListStyleOne",
"product-list-style-two": "/component/productListStyleTwo/productListStyleTwo" "product-list-style-two": "/component/productListStyleTwo/productListStyleTwo",
"go-home": "/component/goHome/goHome"
} }
} }
\ No newline at end of file
<!--pages/userCenter.wxml--> <!--pages/userCenter.wxml-->
<view> <view>
<tab-sort/> <tab-sort/>
<product-list-style-one image-data="{{proData}}" /> <product-list-style-one image-data="{{proData}}" />
<product-list-style-two image-data="{{proData}}" wx:if="{{}}" />
<view class="empty" wx:if="{{proData.length < 1}}"> <product-list-style-two image-data="{{proData}}" wx:if="{{}}" />
暂无商品哦~
</view>
<view class="empty" wx:if="{{proData.length < 1}}">
暂无商品哦~
</view>
<!--goHome-->
<go-home/>
</view> </view>
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"upload-img": "/component/uploadImg/uploadImg", "upload-img": "/component/uploadImg/uploadImg",
"upload-video": "/component/uploadVideo/uploadVideo", "upload-video": "/component/uploadVideo/uploadVideo",
"grass-item": "/component/grassItem/grassItem", "grass-item": "/component/grassItem/grassItem",
"select-related-goods": "/component/selectRelatedGoods/selectRelatedGoods" "select-related-goods": "/component/selectRelatedGoods/selectRelatedGoods",
"go-home": "/component/goHome/goHome"
} }
} }
\ No newline at end of file
...@@ -33,5 +33,7 @@ ...@@ -33,5 +33,7 @@
</view> </view>
<button class="post-notes fixed-bottom0" form-type="submit">发布笔记</button> <button class="post-notes fixed-bottom0" form-type="submit">发布笔记</button>
</form> </form>
<!--goHome-->
<go-home />
<select-related-goods show="{{showSelectRelatedGoods}}" bind:_selectGoods="_selectGoods" pro-goods="{{proGoods}}"/> <select-related-goods show="{{showSelectRelatedGoods}}" bind:_selectGoods="_selectGoods" pro-goods="{{proGoods}}"/>
{ {
"navigationBarTitleText": "我的邀请", "navigationBarTitleText": "我的邀请",
"usingComponents": {} "usingComponents": {
"go-home": "/component/goHome/goHome"
}
} }
\ No newline at end of file
<!--subPackage/page/pages/myInvite/myInvite.wxml--> <!--subPackage/page/pages/myInvite/myInvite.wxml-->
<view class="page-my-invite"> <view class="page-my-invite">
<view class="release-num weui-flex df-j--bt"> <view class="release-num weui-flex df-j--bt">
<view class="num-invite df-1 border_box"> <view class="num-invite df-1 border_box">
<view class="share-number">1287</view> <view class="share-number">1287</view>
<view class="share-title">当前邀请人数</view> <view class="share-title">当前邀请人数</view>
</view> </view>
<view class="extension-line"></view> <view class="extension-line" />
<view class="num-invite-yesterday df-1 border_box"> <view class="num-invite-yesterday df-1 border_box">
<view class="share-number">87</view> <view class="share-number">87</view>
<view class="share-title">昨日邀请新增</view> <view class="share-title">昨日邀请新增</view>
</view> </view>
</view> </view>
<view class="invite-banner"> <view class="invite-banner">
<image ></image> <image/>
</view> </view>
<view class="order-benefit-wrap"> <view class="order-benefit-wrap">
<view class="order-benefit-list"> <view class="order-benefit-list">
<view class="top-info"> <view class="top-info">
<image class="invite-avatar"></image> <image class="invite-avatar" />
<view class="invite-phone"> <view class="invite-phone">
<view class="order-num">18355407690</view> <view class="order-num">18355407690</view>
<view class="order-date">2019-03-24 至 2019-06-23</view> <view class="order-date">2019-03-24 至 2019-06-23</view>
</view> </view>
</view> </view>
<view class="bottom-info"> <view class="bottom-info">
<view> <view>
<image src="/assets/imgs/7_1_0/integral-icon.png" class="integral-icon" mode="widthFix"></image> <image src="/assets/imgs/7_1_0/integral-icon.png" class="integral-icon" mode="widthFix" />
<text class="benefit-num">100</text> <text class="benefit-num">100</text>
</view> </view>
<view> <view>
<image src="/assets/imgs/7_1_0/coupon-icon.png" class="coupon-icon" mode="widthFix"></image> <image src="/assets/imgs/7_1_0/coupon-icon.png" class="coupon-icon" mode="widthFix" />
<text class="benefit-num">100</text> <text class="benefit-num">100</text>
</view> </view>
<view> <view>
<image src="/assets/imgs/7_1_0/experience.png" class="experience-icon" mode="widthFix"></image> <image src="/assets/imgs/7_1_0/experience.png" class="experience-icon" mode="widthFix" />
<text class="benefit-num">100</text> <text class="benefit-num">100</text>
</view> </view>
<view> <view>
<image src="/assets/imgs/7_1_0/share-value.png" class="share-value" mode="widthFix"></image> <image src="/assets/imgs/7_1_0/share-value.png" class="share-value" mode="widthFix" />
<text class="benefit-num">100</text> <text class="benefit-num">100</text>
</view> </view>
</view> </view>
</view> </view>
</view> </view>
<view class="benefit-tips"> <view class="benefit-tips">
<text>邀请好友只显示前50名</text> <text>邀请好友只显示前50名</text>
</view> </view>
</view> <!--goHome-->
\ No newline at end of file <go-home/>
</view>
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
"navigationBarTitleText": "我的发布", "navigationBarTitleText": "我的发布",
"usingComponents": { "usingComponents": {
"water-flow-layout": "/component/waterFlowLayout/waterFlowLayout", "water-flow-layout": "/component/waterFlowLayout/waterFlowLayout",
"card-modal": "/component/cardModal/cardModal" "card-modal": "/component/cardModal/cardModal",
"go-home": "/component/goHome/goHome"
} }
} }
\ No newline at end of file
<!--subPackage/page/pages/myRelease/myRelease.wxml--> <!--subPackage/page/pages/myRelease/myRelease.wxml-->
<view class="release-num weui-flex df-j--bt"> <view class="release-num weui-flex df-j--bt">
<view class="num-invite df-1 border_box"> <view class="num-invite df-1 border_box">
<view class="num">{{inviteSum}}</view> <view class="num">{{inviteSum}}</view>
<view class="desc">当前邀请人数</view> <view class="desc">当前邀请人数</view>
</view> </view>
<view class="num-invite-yesterday df-1 border_box"> <view class="num-invite-yesterday df-1 border_box">
<view class="num">{{yesterdayInviteSum}}</view> <view class="num">{{yesterdayInviteSum}}</view>
<view class="desc">昨天邀请新增</view> <view class="desc">昨天邀请新增</view>
</view> </view>
</view> </view>
<view class="diy-banner"> <view class="diy-banner">
<image src="{{bannerUrl}}" ></image> <image src="{{bannerUrl}}" />
</view> </view>
<block wx:if="{{contentPermission}}"> <block wx:if="{{contentPermission}}">
<navigator open-type="navigate" url="/subPackage/page/pages/grassCommunity/grassCommunity"> <navigator open-type="navigate" url="/subPackage/page/pages/grassCommunity/grassCommunity">
<view class="add">+</view> <view class="add">+</view>
</navigator> </navigator>
</block> </block>
<water-flow-layout type="2" image-data="{{contentList}}" bind:updataLike="gotoLike" bind:_onTapShare="_onTapShare"/> <!--goHome-->
<card-modal show-card-modal="{{showCardModal}}" card-title="{{cardTitle}}" card-url="{{cardUrl}}" page-path="{{pagePath}}"/> <go-home/>
<water-flow-layout
type="2"
image-data="{{contentList}}"
bind:updataLike="gotoLike"
bind:_onTapShare="_onTapShare"
/>
<card-modal
show-card-modal="{{showCardModal}}"
card-title="{{cardTitle}}"
card-url="{{cardUrl}}"
page-path="{{pagePath}}"
/>
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
"navigationBarTitleText": "种草详情", "navigationBarTitleText": "种草详情",
"usingComponents": { "usingComponents": {
"x-dialog": "/component/dialog/dialog", "x-dialog": "/component/dialog/dialog",
"card-modal": "/component/cardModal/cardModal" "card-modal": "/component/cardModal/cardModal",
"go-home": "/component/goHome/goHome"
} }
} }
\ No newline at end of file
<!--subPackage/page/pages/myReleaseDetail.wxml--> <!--subPackage/page/pages/myReleaseDetail.wxml-->
<view class="release-detail"> <view class="release-detail">
<view class="detail-img"> <view class="detail-img">
<image src="{{contentInfo.sspList[0].url}}"></image> <image src="{{contentInfo.sspList[0].url}}" />
</view> </view>
<view class="detail-content border_box"> <view class="detail-content border_box">
<view class="detail-title">{{contentInfo.headline}}</view> <view class="detail-title">{{contentInfo.headline}}</view>
<view class="detail-desc">{{contentInfo.article}}</view> <view class="detail-desc">{{contentInfo.article}}</view>
<view class="detail-bottom weui-flex df-j--bt"> <view class="detail-bottom weui-flex df-j--bt">
<view class="bottom-collapse border_box"> 收起</view> <view class="bottom-collapse border_box"> 收起</view>
</view> </view>
</view> </view>
<view class="release-action"> <view class="release-action">
<view class="weui-flex df-j--bt action-share border_box"> <view class="weui-flex df-j--bt action-share border_box">
<!-- <view class="share-num"> {{contentInfo.enjoySum || 0}} </view> <!-- <view class="share-num"> {{contentInfo.enjoySum || 0}} </view>
<view class="share-num"> {{contentInfo.readSum || 0}} </view> --> <view class="share-num"> {{contentInfo.readSum || 0}} </view> -->
<view class="share-oprate" bindtap="gotoLike"> <view class="share-oprate" bindtap="gotoLike">
<image class="share-img" src="{{contentInfo.currentType ? '/assets/imgs/heart-primary.png' : '/assets/imgs/heart-default.png'}}"></image> <image class="share-img" src="{{contentInfo.currentType ? '/assets/imgs/heart-primary.png' : '/assets/imgs/heart-default.png'}}" />
<text class="share-number">{{contentInfo.enjoySum || 0}}</text> <text class="share-number">{{contentInfo.enjoySum || 0}}</text>
</view> </view>
<view class="share-oprate" bindtap="onTapShare"> <view class="share-oprate" bindtap="onTapShare">
<image class="share-img" src="/assets/imgs/share.png"></image> <image class="share-img" src="/assets/imgs/share.png" />
<text class="share-number">{{contentInfo.transmitSum || 0}}</text> <text class="share-number">{{contentInfo.transmitSum || 0}}</text>
</view> </view>
</view> </view>
<view class="weui-flex df-j--bt action border_box"> <view class="weui-flex df-j--bt action border_box">
<view class="weui-flex"> <view class="weui-flex">
<view class="action-del" bindtap="handleDel"> 删除 </view> <view class="action-del" bindtap="handleDel"> 删除 </view>
<navigator url="/subPackage/page/pages/grassCommunity/grassCommunity?id={{contentInfo.id}}" hover-class="none"> <navigator url="/subPackage/page/pages/grassCommunity/grassCommunity?id={{contentInfo.id}}" hover-class="none">
<view class="action-edit"> 编辑 </view> <view class="action-edit"> 编辑 </view>
</navigator> </navigator>
</view> </view>
<view class="action-check"> 查看收益 </view> <view class="action-check"> 查看收益 </view>
</view> </view>
</view> </view>
</view> </view>
<view class="bottom-img"> <view class="bottom-img">
<image class="img-top" mode="widthFix" src="/assets/imgs/7_1_0/go-top.png" bindtap="goTop"></image> <image
</view> class="img-top"
mode="widthFix"
src="/assets/imgs/7_1_0/go-top.png"
bindtap="goTop"
/>
</view>
<!--goHome-->
<go-home/>
<x-dialog show="{{showDialig}}" bind:_closeDialog="closeDialog" /> <x-dialog show="{{showDialig}}" bind:_closeDialog="closeDialog" />
<card-modal show-card-modal="{{showCardModal}}" card-title="{{cardTitle}}" card-url="{{cardUrl}}" page-path="{{pagePath}}"/> <card-modal
\ No newline at end of file show-card-modal="{{showCardModal}}"
card-title="{{cardTitle}}"
card-url="{{cardUrl}}"
page-path="{{pagePath}}"
/>
{ {
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"navigationBarTitleText": "订单收益", "navigationBarTitleText": "订单收益",
"usingComponents": {} "usingComponents": {
"go-home": "/component/goHome/goHome"
}
} }
\ No newline at end of file
...@@ -22,4 +22,6 @@ ...@@ -22,4 +22,6 @@
<view class="benefit-tips"> <view class="benefit-tips">
<text>邀请好友只显示前50名</text> <text>邀请好友只显示前50名</text>
</view> </view>
<!--goHome-->
<go-home />
</view> </view>
{ {
"navigationBarTitleText": "支付成功", "navigationBarTitleText": "支付成功",
"usingComponents": {} "usingComponents": {
"go-home": "/component/goHome/goHome"
}
} }
\ No newline at end of file
<!--subPackage/page/pages/paymentStatus/paymentStatus.wxml--> <!--subPackage/page/pages/paymentStatus/paymentStatus.wxml-->
<view class="payment"> <view class="payment">
<view class="payment-status"> <view class="payment-status">
<image class="status-img" src="/assets/imgs/7_1_0/08_22/success.png" mode="widthFix" lazy-load="false" binderror="" bindload="" /> <image
<view class="status-success">支付成功</view> class="status-img"
<view class="status-price">¥ 306.90</view> src="/assets/imgs/7_1_0/08_22/success.png"
<view class="status-time">交易时间: 2019-03-24 至 2019-06-23</view> mode="widthFix"
<view class="status-btn weui-flex"> lazy-load="false"
<view class="btn-detail">查看详情</view> binderror=""
<view class="btn-go-on">继续逛逛</view> bindload=""
</view> />
</view> <view class="status-success">支付成功</view>
<view class="status-look df"> <view class="status-price">¥ 306.90</view>
<view class="look-store">关注店铺公众号(自定义页面)</view> <view class="status-time">交易时间: 2019-03-24 至 2019-06-23</view>
<view class="look-btn">关注</view> <view class="status-btn weui-flex">
</view> <view class="btn-detail">查看详情</view>
<view class="status-vip df"> <view class="btn-go-on">继续逛逛</view>
<view class="vip-tips"> </view>
<view class="tips-desc"> </view>
<image class="tips-img" src="/assets/imgs/7_1_0/notice.png" mode="widthFix" lazy-load="false" binderror="" bindload="" /> <view class="status-look df">
现在勾选成为vip,立领200元礼包,文案文案 </view> <view class="look-store">关注店铺公众号(自定义页面)</view>
<view class="tips-notice">vip 可尊享n大权益</view> <view class="look-btn">关注</view>
</view> </view>
<view class="vip-go-to">去开卡</view> <view class="status-vip df">
</view> <view class="vip-tips">
</view> <view class="tips-desc">
\ No newline at end of file <image
class="tips-img"
src="/assets/imgs/7_1_0/notice.png"
mode="widthFix"
lazy-load="false"
binderror=""
bindload=""
/>
现在勾选成为vip,立领200元礼包,文案文案
</view>
<view class="tips-notice">vip 可尊享n大权益</view>
</view>
<view class="vip-go-to">去开卡</view>
</view>
<!--goHome-->
<go-home/>
</view>
{ {
"navigationBarTitleText": "plus 购买页", "navigationBarTitleText": "plus 购买页",
"usingComponents": { "usingComponents": {
"plus": "/component/plus/plus" "plus": "/component/plus/plus",
"go-home": "/component/goHome/goHome"
} }
} }
\ No newline at end of file
<!--subPackage/home/pages/plus/plus.wxml--> <!--subPackage/home/pages/plus/plus.wxml-->
<plus sku-list="{{skuVOList}}"/> <plus sku-list="{{skuVOList}}"/>
<!--goHome-->
<go-home />
{ {
"navigationBarTitleText": "分享", "navigationBarTitleText": "分享",
"usingComponents": { "usingComponents": {
"painter": "/component/painter/painter" "painter": "/component/painter/painter",
"go-home": "/component/goHome/goHome"
} }
} }
\ No newline at end of file
...@@ -44,4 +44,6 @@ ...@@ -44,4 +44,6 @@
<view class="poster-tips"> <view class="poster-tips">
<image src="/assets/imgs/7_1_0/poster-tips.png" mode="widthFix"></image> <image src="/assets/imgs/7_1_0/poster-tips.png" mode="widthFix"></image>
</view> </view>
<!--goHome-->
<go-home />
</view> </view>
\ No newline at end of file
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