project-detail.wxml 21 KB

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