project-detail.wxml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. <import src="../../../utils/wxParse/wxParse.wxml"/>
  2. <view class="app detail-bg">
  3. <view class="sharetips" bindtap="sharetips" wx:if="{{showsharetips}}">
  4. <view class="sharetips-triangle"></view>
  5. <view class="sharetips-txt">请点击右上角选择分享到朋友圈</view>
  6. </view>
  7. <view class="toolBox">
  8. <button class="toolBox-item" open-type="contact"
  9. send-message-title="{{project.name}}"
  10. send-message-path="{{'/pages/projects/project-detail/project-detail?id=' + project.id}}"
  11. send-message-img="{{project.cover}}"
  12. show-message-card="{{true}}"
  13. >
  14. <image src="../../../images/footer/kf.png" ></image>
  15. </button>
  16. <!--<button class="toolBox-item" bindtap="tiggerQR">
  17. <image src="../../../images/footer/kf.png" ></image>
  18. </button>-->
  19. <view class="kfqr-dialog" wx:if="{{showqr}}" bindtap="tiggerQR">
  20. <view class="kfqr" catchtap="catchtapQR">
  21. <image src="{{kfqr}}" show-menu-by-longpress="{{true}}"></image>
  22. <text>长按扫码联系客服</text>
  23. </view>
  24. </view>
  25. <button open-type="share" class="toolBox-item" wx:if="{{readOnly == 0}}">
  26. <image src="../../../images/footer/wx.png" />
  27. </button>
  28. <button class="toolBox-item" bindtap="toTop" wx:if="{{backTopValue}}"><image src="../../../images/footer/totop.png" /></button>
  29. </view>
  30. <view class="detail-green" wx:if="{{project.is_support_poor === 1}}"></view>
  31. <view class="detail-info">
  32. <swiper indicator-dots="{{indicatorDots}}"
  33. autoplay="{{autoplay}}" bindchange='onSlideChangeEnd' interval="{{interval}}" indicator-dots="{{false}}" duration="{{duration}}" class="detail-swiper">
  34. <block wx:for="{{project.pics}}" wx:key="id">
  35. <swiper-item>
  36. <image src="{{item.img}}" class="detail-img" />
  37. </swiper-item>
  38. </block>
  39. </swiper>
  40. <view class="mokuai" wx:if="{{project.pics.length > 1}}">{{imgindex}}/{{project.pics.length}}</view>
  41. <view class="seckill-top" wx:if="{{project.is_under_seckill}}">
  42. <view class="seckill-title">
  43. <view class="seckill-time">
  44. <view class="time-click">
  45. <!--<view class="time-item time-kuang1">{{msecond}}</view>-->
  46. <view class="time-item time-kuang">{{second}}</view>
  47. <view class="time-item time-color"> : </view>
  48. <view class="time-item time-kuang">{{min}}</view>
  49. <view class="time-item time-color"> : </view>
  50. <view class="time-item time-kuang">{{hour}}</view>
  51. <view class="time-item time-color" wx:if="day" style="margin-top: 2px;"> 天 </view>
  52. <view class="time-item time-kuang" wx:if="day">{{day}}</view>
  53. </view>
  54. <view class="time-text">本期剩余时间</view>
  55. </view>
  56. </view>
  57. <view><image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/neverse/otherskill.png" class="seckill-img" /></view>
  58. </view>
  59. <h3 class="detail-width detail-title"><i style="display: inline-block;background: #F44336;color: #fff;padding: 0px 5px;font-size: 11px;line-height: 35rpx;margin-right: 10rpx;vertical-align: middle;">{{project.sale_zone_name}}</i>{{project.name}}</h3>
  60. <button bindtap="sharetips" class="sharebtn" wx:if="{{readOnly == 0}}"><image src="../../../images/footer/pyq.png" /><text>分享到朋友圈</text></button>
  61. <!--<view class="detail-width">
  62. <text class="detail-normal detail-mr">价格</text>
  63. <currency symbol="¥" value="{{project.price}}" class="detail-price"></currency>
  64. </view>-->
  65. <view class="project-pack-list" wx:if="{{project.package}}">
  66. <view wx:for="{{project.package_list}}" wx:for-item="pack" wx:for-index="ind">
  67. <p>{{pack.item_title}} x{{pack.nums}}</p>
  68. </view>
  69. </view>
  70. <view class="detail-width">
  71. <view style="color: #999;text-decoration: line-through;font-size: 23rpx;">
  72. <text class="detail-normal detail-mr" style="color: #999;text-decoration: line-through;font-size: 23rpx;margin-right:0">零售价:</text>
  73. <currency symbol="¥" value="{{project.user_sale_price}}"></currency>
  74. </view>
  75. <view style="color: #999;font-size: 23rpx;">
  76. <text class="detail-normal detail-mr" style="color: #999;font-size: 23rpx;margin-right:0">可抵扣银豆数:</text>
  77. <currency symbol="¥" value="{{project.silver}}"></currency>
  78. </view>
  79. <view class="detail-fl">
  80. <text class="detail-normal detail-mr">价格</text>
  81. <currency symbol="¥" value="{{project.price}}" class="detail-price"></currency>
  82. <text class="detail-pass" wx:if="{{project.is_under_seckill}}">({{project.seckill_show_price / 100}}元)</text>
  83. </view>
  84. <!-- <view class="detail-fl" wx:if="{{balance === 0 || balance < project.price}}">
  85. <text class="detail-normal detail-mr">价格</text>
  86. <currency symbol="¥" value="{{project.price}}" class="detail-price"></currency>
  87. </view>
  88. <view class="detail-fl" wx:if="{{balance !== 0 && balance >= project.price}}">
  89. <text class="detail-normal detail-mr">兑换</text>
  90. <text class="detail-normal" style="font-size:30rpx;color:#eab86a;">{{project.price}}提货券</text>
  91. </view> -->
  92. <view class="detail-fr">
  93. <text class="detail-normal">已售出{{project.sold_count}}件</text>
  94. </view>
  95. <view class="clean"></view>
  96. <view class="detail-stop" wx:if="{{todaysend < project.deliver_start_time && todaysend > project.deliver_stop_time}}">因物流停运 , <format-time type="formatmonth2" value="{{project.deliver_stop_time}}"></format-time>下单的 , 将于<format-time type="formatmonth2" value="{{project.deliver_start_time}}"></format-time>发货</view>
  97. <!--<view style="float:left">
  98. <view class="detail-normal detail-mr">支持</view>
  99. <image class="detail-icon" wx:if="{{project.robo_balance_price}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/rabbitpay_icon.png" />
  100. <image class="detail-icon" wx:if="{{project.mall_balance_price}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/integralpay_icon.png" />
  101. <image class="detail-icon" wx:if="{{project.price}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/weixinpay.png" />
  102. </view>-->
  103. <!-- <view class="detail-fr">
  104. <text class="detail-normal">已售出{{project.sold_count}}件</text>
  105. </view>-->
  106. <!--<view class="clean"></view>-->
  107. </view>
  108. </view>
  109. <view class="detail-no" wx:if="{{project.specification || project.no_delivery_area}}">
  110. <view class="detail-no-first" wx:if="{{project.specification}}">
  111. <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/product/product-icon/maindetail.png" class="detail-no-img"/>
  112. <view class="detail-no-text">规格 : {{project.specification}}</view>
  113. </view>
  114. <view wx:if="{{project.no_delivery_area}}">
  115. <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/product/product-icon/noaddress.png" class="detail-no-img1"/>
  116. <view class="detail-no-text">特殊发货区域 : {{project.no_delivery_area}}</view>
  117. </view>
  118. </view>
  119. <view class="comment_head">
  120. <h4>
  121. 商品评价
  122. <navigator url="../project-comment/project-comment?id={{project.id}}" open-type="navigate" class="showmore">查看更多 > </navigator>
  123. </h4>
  124. </view>
  125. <view class="comment_box">
  126. <view class="comment_box_list">
  127. <view class="comment_list" wx:for="{{projectComment}}">
  128. <image src="{{item.head}}"></image>
  129. <view class="comment_user">
  130. {{item.nick_name}}
  131. <view class="comment_star">
  132. <view class="evaluateLv"><view class="list-item" wx:for="{{item.star}}" wx:for-item="item2"><image class="block" src="{{item2}}"></image></view></view>
  133. </view>
  134. </view>
  135. <p class="comment_txt">{{item.detail}}</p>
  136. <span class="comment_time"><format-time type="formatTime" value="{{item.create_time}}" ></format-time></span>
  137. </view>
  138. <!-- <view class="comment_list">
  139. <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/parner.png"></image>
  140. <view class="comment_user">
  141. name
  142. <view class="comment_star">
  143. <view class="evaluateLv"><view class="list-item" wx:for="{{lvList}}" wx:key="item"><image class="block" src="{{item}}" data-index="{{index}}"></image></view></view>
  144. </view>
  145. </view>
  146. <p class="comment_txt">asdfasdfasdffffffffffffffffffffffffffffffffffffffffffffffffffffffffff</p>
  147. <span class="comment_time">2021-2-2 11:11:11</span>
  148. </view> -->
  149. </view>
  150. </view>
  151. <view class="detail-content">
  152. <text class="detail-content-title">———— 商品详情 ————</text>
  153. <!-- <view class="detail-content-desc">
  154. {{project.detail}}
  155. </view> -->
  156. <view class="detail-parse">
  157. <template is="wxParse" data="{{wxParseData:parse.nodes}}"/>
  158. <!-- <image wx:for="{{project.detail_pics}}" src="{{item.img}}" class="detail-project-img" bindload="imageLoad" data-list="{{project.detail_pics}}" data-src="{{item.img}}" data-index="{{index}}" bindtap="detailImg" wx:key="id" style="width:{{images[index].width}}rpx; height:{{images[index].height}}rpx;"></image> -->
  159. </view>
  160. </view>
  161. <view class="detail-footer" wx:if="{{readOnly == 0 || readOnly == 2}}">
  162. <view class="detail-footer-bar" style="padding-bottom: {{value}}rpx;">
  163. <view class="detail-footer-item" style="flex: 0.18;">
  164. <navigator url="../../home/home" open-type="switchTab">
  165. <image src="../../../images/footer/home.png" class="detail-footer-icon"></image>
  166. <text class="detail-footer-text">首页</text>
  167. </navigator>
  168. </view>
  169. <view class="detail-footer-item" style="flex: 0.18;">
  170. <navigator url="../../cart/cart" open-type="switchTab">
  171. <image src="../../../images/footer/shoppingcart.png" class="p-footer-icon"></image>
  172. <text class="p-footer-text">购物车</text>
  173. </navigator>
  174. </view>
  175. <!--
  176. <view class="detail-footer-item" style="flex: 0.18;">
  177. <navigator url="../../helpfarm/othercustom/othercustom" open-type="navigate">
  178. <image src="../../../images/footer/weixin.png" class="p-footer-icon"></image>
  179. <text class="p-footer-text">客服</text>
  180. </navigator>
  181. </view>
  182. -->
  183. <view class="detail-footer-item" style="flex: 0.18;">
  184. <view bindtap="createPoster" wx:if="{{readOnly == 0}}">
  185. <image src="../../../images/footer/poster.png" class="p-footer-icon"></image>
  186. <text class="p-footer-text">分享</text>
  187. </view>
  188. </view>
  189. <!-- <view class="detail-footer-item" style="flex: 0.5;">
  190. <image src="../../../images/footer/shoppingcart.png" class="detail-footer-icon"></image>
  191. <text class="detail-footer-text">购物车</text>
  192. </view> -->
  193. <!-- 判断isdeliver-->
  194. <button class="detail-footer-item detail-yellow" bindtap="toCart" wx:if="{{project.is_deliver && project.left_count > 0 && project.deliver_state == 2}}">
  195. <text>加入购物车</text>
  196. </button>
  197. <form bindsubmit="toPay" report-submit="{{true}}" wx:if="{{project.is_deliver &&project.left_count > 0 && project.deliver_state == 2}}" class="detail-footer-item">
  198. <button class=" detail-red" formType="submit">
  199. 立即购买
  200. </button>
  201. </form>
  202. <form wx:if="{{project.is_deliver &&project.deliver_state ==1}}" class="detail-footer-item" style=" flex: 1;">
  203. <button class="detail-red" disabled="disabled" style="background: #ccc !important;color: #FFF !important;font-size: 24rpx;">
  204. <format-time type="formatTime" value="{{project.deliver_start_time}}" ></format-time>开售,敬请期待!
  205. </button>
  206. </form>
  207. <view class="detail-footer-item detail-black" wx:if="{{!project.package && project.is_deliver &&project.left_count <= 0 || project.deliver_state == 3}}">
  208. <text>已售罄</text>
  209. </view>
  210. <!-- 正常流程-->
  211. <!-- <button class="detail-footer-item detail-yellow" bindtap="toCart" wx:if="{{!project.is_deliver && project.seckill_show_price <= 0 && project.left_count > 0}}">
  212. <text>加入购物车</text>
  213. </button> -->
  214. <button class="detail-footer-item detail-yellow" bindtap="toCart" wx:if="{{!project.is_deliver &&project.left_count > 0 && project.seckill_state !='end'}}">
  215. <text>加入购物车</text>
  216. </button>
  217. <form bindsubmit="toPay" report-submit="{{true}}" wx:if="{{project.package || !project.is_deliver && project.left_count > 0 && (project.seckill_state !='end' && project.seckill_state !='preparing')}}" class="detail-footer-item">
  218. <button class=" detail-red" formType="submit">
  219. 立即购买
  220. </button>
  221. </form>
  222. <form wx:if="{{!project.is_deliver &&project.left_count > 0 && project.seckill_state =='preparing'}}" class="detail-footer-item">
  223. <button class="detail-red" disabled="disabled" style="background: #ccc !important;color: #FFF !important;">
  224. 秒杀尚未开始
  225. </button>
  226. </form>
  227. <form wx:if="{{!project.is_deliver &&project.left_count > 0 && project.seckill_state =='end'}}" class="detail-footer-item">
  228. <button class="detail-red" disabled="disabled" style="background: #ccc !important;color: #FFF !important;">
  229. 秒杀已结束
  230. </button>
  231. </form>
  232. <view class="detail-footer-item detail-black" wx:if="{{!project.package && !project.is_deliver &&project.left_count <= 0}}">
  233. <text>已售罄</text>
  234. </view>
  235. </view>
  236. </view>
  237. <view class="detail-footer" wx:if="{{readOnly == 1}}">
  238. <button bindtap="back" style="background: #fff;color: #eab86a;"> 返回</button>
  239. </view>
  240. </view>
  241. <view wx:if="{{showDialog}}">
  242. <view class="dialog-panel" animation="{{animationData}}" style="padding-bottom: {{value}}rpx;">
  243. <view class="dialog-project">
  244. <image class="dialog-cancel" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/cancel.png" bindtap="toPay"></image>
  245. <view class="dialog-content">
  246. <image class="dialog-img" src="{{project.pics[0].img}}"></image>
  247. <view class="dialog-info" style="margin-top: 20rpx;">
  248. <h6 style="font-size: 35rpx;font-weight: bold;color: #666;"><i style="display: inline-block;background: #F44336;color: #fff;padding: 0px 5px;font-size: 11px;line-height: 35rpx;margin-right: 10rpx;vertical-align: middle;">{{item.sale_zone_name}}</i>{{project.name}}</h6>
  249. <view class="dialog-word dialog-black" style="margin-top: 15rpx;color: #999;">库存{{project.left_count}}件 <text wx:if="{{project.have_size && (sname || cname)}}">(已选:{{cname}} {{sname}})</text></view>
  250. <view class="dialog-word dialog-red" style="font-size: 35rpx;margin-top: 25rpx;">
  251. <!-- {{project.price}}提货券 -->
  252. <currency symbol="¥" value="{{project.price}}"></currency>
  253. </view>
  254. <!-- <view class="dialog-word dialog-gray">或{{project.price}}提货券</view> -->
  255. </view>
  256. <view class="clean"></view>
  257. </view>
  258. <view class="select-count">
  259. <view class="select-word">数量</view>
  260. <view class="select-input">
  261. <button bindtap="mius">-</button>
  262. <input type="number" value="{{count}}" bindinput="changeCount" />
  263. <button bindtap="add">+</button>
  264. </view>
  265. <view class="clean"></view>
  266. </view>
  267. <view wx:if="{{project.have_size}}" class="select-count">
  268. <view wx:for="{{productSize}}" wx:for-item="i" wx:key="{{index}}">
  269. <view wx:if="{{index != 'product'}}">
  270. <h5 class="sizeTitle">{{i.name}}</h5>
  271. <view wx:for="{{i.attr_values}}" wx:for-index="index2" wx:for-item="j" class="checkList">
  272. <span bindtap="checkSize" data-type='{{index}}' data-tname="{{j.name}}" data-list="{{index2}}" data-id="{{j.id}}" class="{{j.is_select?'active':''}}">
  273. {{j.name}}
  274. </span>
  275. </view>
  276. </view>
  277. </view>
  278. </view>
  279. <view wx:if="{{project.is_deliver}}">
  280. <view wx:if="{{project.deliver_state == 2}}">
  281. <form bindsubmit="pay" report-submit="{{true}}" >
  282. <button class="dialog-btn" formType="submit" wx:if="{{showpay}}" disabled="{{canpay?'':'true'}}"><text wx:if="{{!noproduct}}">立即购买</text><text wx:if="{{noproduct}}">暂无库存</text></button>
  283. </form>
  284. <button class="dialog-btn" open-type="share" wx:if="{{!showpay}}"><text wx:if="{{!noproduct}}">立即购买</text><text wx:if="{{noproduct}}">暂无库存</text></button>
  285. </view>
  286. <view wx:else>
  287. <button class="detail-yellow" style="width:100%" disabled="true">
  288. <text wx:if="{{project.deliver_state == 1}}"><format-time type="formatTime" value="{{project.deliver_start_time}}" ></format-time>开售,敬请期待!</text>
  289. <text wx:if="{{project.deliver_state == 2}}">预售</text>
  290. <text wx:if="{{project.deliver_state == 3}}">已售罄</text>
  291. </button>
  292. </view>
  293. </view>
  294. <view wx:else>
  295. <form bindsubmit="pay" report-submit="{{true}}" >
  296. <button class="dialog-btn" formType="submit" wx:if="{{showpay}}" disabled="{{canpay?'':'true'}}"><text wx:if="{{!noproduct}}">立即购买</text><text wx:if="{{noproduct}}">暂无库存</text></button>
  297. </form>
  298. <button class="dialog-btn" open-type="share" wx:if="{{!showpay}}"><text wx:if="{{!noproduct}}">立即购买</text><text wx:if="{{noproduct}}">暂无库存</text></button>
  299. </view>
  300. </view>
  301. </view>
  302. <view class="detail-dialog" bindtap="toPay"></view>
  303. </view>
  304. <view wx:if="{{showCartDialog}}">
  305. <view class="dialog-panel" animation="{{animationData}}" style="padding-bottom: {{value}}rpx;">
  306. <view class="dialog-project">
  307. <image class="dialog-cancel" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/cancel.png" bindtap="toCart"></image>
  308. <view class="dialog-content">
  309. <image class="dialog-img" src="{{project.pics[0].img}}"></image>
  310. <view class="dialog-info" style="margin-top: 20rpx;">
  311. <h6 style="font-size: 35rpx;font-weight: bold;color: #666;"><i style="display: inline-block;background: #F44336;color: #fff;padding: 0px 5px;font-size: 11px;line-height: 35rpx;margin-right: 10rpx;vertical-align: middle;">{{item.sale_zone_name}}</i>{{project.name}}</h6>
  312. <view class="dialog-word dialog-black" style="margin-top: 15rpx;color: #999;">库存{{project.left_count}}件 <text wx:if="{{project.have_size && (sname || cname)}}">(已选:{{cname}} {{sname}})</text></view>
  313. <view class="dialog-word dialog-red" style="font-size: 35rpx;margin-top: 25rpx;">
  314. <!-- {{project.price}}提货券 -->
  315. <currency symbol="¥" value="{{project.price}}"></currency>
  316. </view>
  317. <!-- <view class="dialog-word dialog-gray">或{{project.price}}提货券</view> -->
  318. </view>
  319. <view class="clean"></view>
  320. </view>
  321. <view class="select-count">
  322. <view class="select-word">数量</view>
  323. <view class="select-input">
  324. <button bindtap="mius">-</button>
  325. <input type="number" value="{{count}}" bindinput="changeCount" />
  326. <button bindtap="add">+</button>
  327. </view>
  328. <view class="clean"></view>
  329. </view>
  330. <view wx:if="{{project.have_size}}" class="select-count">
  331. <view wx:for="{{productSize}}" wx:for-item="i" wx:key="{{index}}">
  332. <view wx:if="{{index != 'product'}}">
  333. <h5 class="sizeTitle">{{i.name}}</h5>
  334. <view wx:for="{{i.attr_values}}" wx:for-index="index2" wx:for-item="j" class="checkList">
  335. <span bindtap="checkSize" data-type='{{index}}' data-tname="{{j.name}}" data-list="{{index2}}" data-id="{{j.id}}" class="{{j.is_select?'active':''}}">
  336. {{j.name}}
  337. </span>
  338. </view>
  339. </view>
  340. </view>
  341. </view>
  342. <view wx:if="{{project.is_deliver}}">
  343. <view wx:if="{{project.deliver_state == 2}}">
  344. <button class="detail-yellow" bindtap="addCart" style="width:100%" disabled="{{!canpay?'true':''}}"><text wx:if="{{!noproduct}}">加入购物车</text><text wx:if="{{noproduct}}">暂无库存</text></button>
  345. </view>
  346. <view wx:else>
  347. <button class="detail-yellow" style="width:100%" disabled="true">
  348. <text wx:if="{{project.deliver_state == 1}}"><format-time type="formatTime" value="{{project.deliver_start_time}}" ></format-time>开售,敬请期待!</text>
  349. <text wx:if="{{project.deliver_state == 2}}">预售</text>
  350. <text wx:if="{{project.deliver_state == 3}}">已售罄</text>
  351. </button>
  352. </view>
  353. </view>
  354. <view wx:else>
  355. <button class="detail-yellow" bindtap="addCart" style="width:100%" disabled="{{!canpay?'true':''}}"><text wx:if="{{!noproduct}}">加入购物车</text><text wx:if="{{noproduct}}">暂无库存</text></button>
  356. </view>
  357. </view>
  358. </view>
  359. <view class="detail-dialog" bindtap="toCart"></view>
  360. </view>
  361. <view class="poster" wx:if="{{posterPopup}}" catchtouchmove="stopPageScroll">
  362. <view class="poster-main">
  363. <view style="height: 60rpx;"></view>
  364. <view class="poster-close" bindtap="posterClose"></view>
  365. <image class="poster-img" src="{{posterImage}}"></image>
  366. <view class="poster-text">保存图片,叫伙伴们来围观吧</view>
  367. <view class="poster-btn" bindtap="saveImage">
  368. <view class="poster-icon"></view>
  369. <view class="poster-save" >保存</view>
  370. <view class="clear"></view>
  371. </view>
  372. </view>
  373. </view>
  374. <view class="canvas-position">
  375. <canvas class="canvas" style="width: 750px; height: 1334px" canvas-id="myCanvas" ></canvas>
  376. </view>
  377. <view class="popup-bg" wx:if="{{popup}}">
  378. <view class="popup" >
  379. <view class="popup-title">提示</view>
  380. <view class="popup-logobg">
  381. <view class="popup-image" ></view>
  382. </view>
  383. <text class="popup-hint">凤凰菁选商城申请同意相册保存\n以确保正常使用保存相册功能</text>
  384. <button class="popup-bottom" open-type="openSetting" bindopensetting="setting">确认</button>
  385. </view>
  386. </view>