Browse Source

--情报海报分享图片迁移至info分包--

featrue/v4.5
DESKTOP-A1SENDA\HUzy 4 years ago
parent
commit
0cc07e9428
9 changed files with 11 additions and 15 deletions
  1. 12
      app.json
  2. 0
      pakageInfo/assets/image/ic_save_poster.png
  3. 0
      pakageInfo/assets/image/im_poster_header_no_title.png
  4. 0
      pakageInfo/assets/image/img_poster_bg.png
  5. 0
      pakageInfo/assets/image/img_poster_footer.png
  6. 0
      pakageInfo/assets/image/img_poster_header_has_title.png
  7. 0
      pakageInfo/assets/image/pyqicon.png
  8. 0
      pakageInfo/assets/image/weixinicon.png
  9. 14
      pakageInfo/pages/article/detail/index.wxml

12
app.json

@ -81,17 +81,13 @@
"pages/home/personal/personal",
"pages/home/enterprise/enterprise",
"pages/article/newInfo/index",
"pages/moment/paper/index"
"pages/moment/paper/index",
"pages/ztbvip/index"
],
"subpackages": [
{
"root": "pages/ztbvip/",
"pages": [
"index"
]
},
{
"root": "pakageDeal/pages/",
"root": "pakageDeal/",
"pages": [
]

assets/image/ic_save_poster.png → pakageInfo/assets/image/ic_save_poster.png

assets/image/im_poster_header_no_title.png → pakageInfo/assets/image/im_poster_header_no_title.png

assets/image/img_poster_bg.png → pakageInfo/assets/image/img_poster_bg.png

assets/image/img_poster_footer.png → pakageInfo/assets/image/img_poster_footer.png

assets/image/img_poster_header_has_title.png → pakageInfo/assets/image/img_poster_header_has_title.png

assets/image/pyqicon.png → pakageInfo/assets/image/pyqicon.png

assets/image/weixinicon.png → pakageInfo/assets/image/weixinicon.png

14
pakageInfo/pages/article/detail/index.wxml

@ -123,15 +123,15 @@
<!-- <view class='baocun'></view> -->
<view class='shengcheng2'>
<view class="topImg">
<image wx:if="{momentDetail.millPaperName}" src="/assets/image/img_poster_header_has_title.png"
<image wx:if="{momentDetail.millPaperName}" src="/pakageInfo/assets/image/img_poster_header_has_title.png"
style="width:100%;height:100%"></image>
<image wx:else src="/assets/image/im_poster_header_no_title.png" style="width:100%;height:100%"></image>
<image wx:else src="/pakageInfo/assets/image/im_poster_header_no_title.png" style="width:100%;height:100%"></image>
<view wx:if="{momentDetail.millPaperName}" class="titleTextArea"><text>{{momentDetail.millPaperName}}</text>
</view>
</view>
<view class="contentText">
<image src="/assets/image/img_poster_bg.png" style="width:100%;height:100%"></image>
<image src="/pakageInfo/assets/image/img_poster_bg.png" style="width:100%;height:100%"></image>
<view class="contentTextArea">
<view class="contentTextAreaTopTitle">
<text>{{momentDetail.title}}</text>
@ -143,13 +143,13 @@
</view>
<view class="footzt">
<view class="footImg1">
<image src="/assets/image/img_poster_footer.png" style="width:100%;height:100%"></image>
<image src="/pakageInfo/assets/image/img_poster_footer.png" style="width:100%;height:100%"></image>
</view>
<view class="footImg2">
<view class="footIcon" bindtap='baocun'>
<view class="footSmallIconArea">
<view class="footSmallIcon">
<image src="/assets/image/ic_save_poster.png" style="width:100%;height:100%"></image>
<image src="/pakageInfo/assets/image/ic_save_poster.png" style="width:100%;height:100%"></image>
</view>
</view>
<view class="footSmalltextArea">
@ -160,7 +160,7 @@
<view class="footSmallIconArea">
<view class="footSmallIcon">
<button open-type="share" class="share-btn">
<image src="/assets/image/weixinicon.png" style="width:100%;height:100%"></image>
<image src="/pakageInfo/assets/image/weixinicon.png" style="width:100%;height:100%"></image>
</button>
</view>
</view>
@ -171,7 +171,7 @@
<view class="footIcon" style="margin-left:15rpx" bindtap='onShareTimeline'>
<view class="footSmallIconArea">
<view class="footSmallIcon">
<image src="/assets/image/pyqicon.png" style="width:100%;height:100%"></image>
<image src="/pakageInfo/assets/image/pyqicon.png" style="width:100%;height:100%"></image>
</view>
</view>
<view class="footSmalltextArea">

Loading…
Cancel
Save