Commit 0032f05d by 高淑倩

add: 分包_goHome

parent ce7575b3
......@@ -2,6 +2,7 @@
"navigationBarTitleText": "聚FUN",
"usingComponents": {
"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
......@@ -8,7 +8,7 @@
<view class="nav-item">价格</view>
</view>
<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>
<product-list-style-one image-data="{{proData}}" wx:if="{{!proStyle}}" />
......@@ -18,4 +18,7 @@
<view class="empty" wx:if="{{proData.length < 1}}">
暂无商品哦~
</view>
<!--goHome-->
<go-home/>
</view>
......@@ -4,6 +4,7 @@
"usingComponents": {
"tab-sort": "/component/tabSort/tabSort",
"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-->
<view>
<tab-sort/>
......@@ -10,6 +9,7 @@
<view class="empty" wx:if="{{proData.length < 1}}">
暂无商品哦~
</view>
<!--goHome-->
<go-home/>
</view>
......@@ -4,6 +4,7 @@
"upload-img": "/component/uploadImg/uploadImg",
"upload-video": "/component/uploadVideo/uploadVideo",
"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 @@
</view>
<button class="post-notes fixed-bottom0" form-type="submit">发布笔记</button>
</form>
<!--goHome-->
<go-home />
<select-related-goods show="{{showSelectRelatedGoods}}" bind:_selectGoods="_selectGoods" pro-goods="{{proGoods}}"/>
{
"navigationBarTitleText": "我的邀请",
"usingComponents": {}
"usingComponents": {
"go-home": "/component/goHome/goHome"
}
}
\ No newline at end of file
......@@ -5,19 +5,19 @@
<view class="share-number">1287</view>
<view class="share-title">当前邀请人数</view>
</view>
<view class="extension-line"></view>
<view class="extension-line" />
<view class="num-invite-yesterday df-1 border_box">
<view class="share-number">87</view>
<view class="share-title">昨日邀请新增</view>
</view>
</view>
<view class="invite-banner">
<image ></image>
<image/>
</view>
<view class="order-benefit-wrap">
<view class="order-benefit-list">
<view class="top-info">
<image class="invite-avatar"></image>
<image class="invite-avatar" />
<view class="invite-phone">
<view class="order-num">18355407690</view>
<view class="order-date">2019-03-24 至 2019-06-23</view>
......@@ -25,19 +25,19 @@
</view>
<view class="bottom-info">
<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>
</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>
</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>
</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>
</view>
</view>
......@@ -46,4 +46,7 @@
<view class="benefit-tips">
<text>邀请好友只显示前50名</text>
</view>
<!--goHome-->
<go-home/>
</view>
......@@ -2,6 +2,7 @@
"navigationBarTitleText": "我的发布",
"usingComponents": {
"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
......@@ -10,17 +10,25 @@
</view>
</view>
<view class="diy-banner">
<image src="{{bannerUrl}}" ></image>
<image src="{{bannerUrl}}" />
</view>
<block wx:if="{{contentPermission}}">
<navigator open-type="navigate" url="/subPackage/page/pages/grassCommunity/grassCommunity">
<view class="add">+</view>
</navigator>
</block>
<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}}"/>
<!--goHome-->
<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 @@
"navigationBarTitleText": "种草详情",
"usingComponents": {
"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-->
<view class="release-detail">
<view class="detail-img">
<image src="{{contentInfo.sspList[0].url}}"></image>
<image src="{{contentInfo.sspList[0].url}}" />
</view>
<view class="detail-content border_box">
<view class="detail-title">{{contentInfo.headline}}</view>
......@@ -16,11 +16,11 @@
<!-- <view class="share-num"> {{contentInfo.enjoySum || 0}} </view>
<view class="share-num"> {{contentInfo.readSum || 0}} </view> -->
<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>
</view>
<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>
</view>
</view>
......@@ -36,8 +36,21 @@
</view>
</view>
</view>
<view class="bottom-img">
<image class="img-top" mode="widthFix" src="/assets/imgs/7_1_0/go-top.png" bindtap="goTop"></image>
</view>
<view class="bottom-img">
<image
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" />
<card-modal show-card-modal="{{showCardModal}}" card-title="{{cardTitle}}" card-url="{{cardUrl}}" page-path="{{pagePath}}"/>
\ No newline at end of file
<card-modal
show-card-modal="{{showCardModal}}"
card-title="{{cardTitle}}"
card-url="{{cardUrl}}"
page-path="{{pagePath}}"
/>
{
"enablePullDownRefresh": true,
"navigationBarTitleText": "订单收益",
"usingComponents": {}
"usingComponents": {
"go-home": "/component/goHome/goHome"
}
}
\ No newline at end of file
......@@ -22,4 +22,6 @@
<view class="benefit-tips">
<text>邀请好友只显示前50名</text>
</view>
<!--goHome-->
<go-home />
</view>
{
"navigationBarTitleText": "支付成功",
"usingComponents": {}
"usingComponents": {
"go-home": "/component/goHome/goHome"
}
}
\ No newline at end of file
<!--subPackage/page/pages/paymentStatus/paymentStatus.wxml-->
<view class="payment">
<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
class="status-img"
src="/assets/imgs/7_1_0/08_22/success.png"
mode="widthFix"
lazy-load="false"
binderror=""
bindload=""
/>
<view class="status-success">支付成功</view>
<view class="status-price">¥ 306.90</view>
<view class="status-time">交易时间: 2019-03-24 至 2019-06-23</view>
......@@ -19,10 +24,21 @@
<view class="status-vip df">
<view class="vip-tips">
<view class="tips-desc">
<image class="tips-img" src="/assets/imgs/7_1_0/notice.png" mode="widthFix" lazy-load="false" binderror="" bindload="" />
现在勾选成为vip,立领200元礼包,文案文案 </view>
<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 购买页",
"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-->
<plus sku-list="{{skuVOList}}"/>
<!--goHome-->
<go-home />
{
"navigationBarTitleText": "分享",
"usingComponents": {
"painter": "/component/painter/painter"
"painter": "/component/painter/painter",
"go-home": "/component/goHome/goHome"
}
}
\ No newline at end of file
......@@ -44,4 +44,6 @@
<view class="poster-tips">
<image src="/assets/imgs/7_1_0/poster-tips.png" mode="widthFix"></image>
</view>
<!--goHome-->
<go-home />
</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