index.vue 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427
  1. <template>
  2. <view :style="viewColor">
  3. <view class='my-order' :style="{'padding-top':statusBarHeight+'px'}">
  4. <view class="searchBox">
  5. <image src="../../../static/images/arrow-left.png" mode="" @click="toBack"></image>
  6. <navigator class="search acea-row row-middle" url="/pages/users/order_list/search" hover-class="none">
  7. <text class="iconfont icon-sousuo"></text>
  8. 搜索我的订单
  9. </navigator>
  10. </view>
  11. <view class='header'>
  12. <view class='picTxt acea-row row-between-wrapper'>
  13. <view class='text'>
  14. <view class='name'>消费订单</view>
  15. <view class="textValue"><text>{{orderData.orderCount || 0}}</text>单</view>
  16. </view>
  17. <view class='text'>
  18. <view class='name'>总消费</view>
  19. <view class="textValue"><text>{{orderData.orderPrice || 0}}</text>元</view>
  20. </view>
  21. <!-- <view class='pictrue'>
  22. <image src='/static/images/orderTime.png'></image>
  23. </view> -->
  24. </view>
  25. </view>
  26. <view class='nav acea-row row-around'>
  27. <view class='item' :class='orderStatus==-1 ? "on": ""' @click="statusClick(-1)">
  28. <view>全部</view>
  29. </view>
  30. <view class='item' :class='orderStatus==5 ? "on": ""' @click="statusClick(5)">
  31. <view>百分比付款</view>
  32. </view>
  33. <view class='item' :class='orderStatus==0 ? "on": ""' @click="statusClick(0)">
  34. <view>待付款</view>
  35. </view>
  36. <view class='item' :class='orderStatus==6 ? "on": ""' @click="statusClick(6)">
  37. <view>已超时</view>
  38. </view>
  39. <view class='item' :class='orderStatus==1 ? "on": ""' @click="statusClick(1)">
  40. <view>待发货</view>
  41. </view>
  42. <view class='item' :class='orderStatus==2 ? "on": ""' @click="statusClick(2)">
  43. <view>待收货</view>
  44. </view>
  45. <view class='item' :class='orderStatus==3 ? "on": ""' @click="statusClick(3)">
  46. <view>待评价</view>
  47. </view>
  48. </view>
  49. <!-- <view class='nav acea-row row-around'>
  50. <view class='item' :class='orderStatus==-1 ? "on": ""' @click="statusClick(-1)">
  51. <view>全部</view>
  52. <view class='num'>{{orderData.all || 0}}</view>
  53. </view>
  54. <view class='item' :class='orderStatus==0 ? "on": ""' @click="statusClick(0)">
  55. <view>待付款</view>
  56. <view class='num'>{{orderData.noPay || 0}}</view>
  57. </view>
  58. <view class='item' :class='orderStatus==1 ? "on": ""' @click="statusClick(1)">
  59. <view>待发货</view>
  60. <view class='num'>{{orderData.noPostage || 0}}</view>
  61. </view>
  62. <view class='item' :class='orderStatus==2 ? "on": ""' @click="statusClick(2)">
  63. <view>待收货</view>
  64. <view class='num '>{{orderData.noDeliver || 0}}</view>
  65. </view>
  66. <view class='item' :class='orderStatus==3 ? "on": ""' @click="statusClick(3)">
  67. <view>待评价</view>
  68. <view class='num'>{{orderData.noComment || 0}}</view>
  69. </view>
  70. </view> -->
  71. <!--定金预售订单-->
  72. <view v-if="presellProList.length > 0" class="event_container">
  73. <navigator class="acea-row row-between" url="/pages/users/presell_order_list/index" hover-class='none'>
  74. <view class="info">
  75. <view class="title">预售尾款订单转到这里了!</view>
  76. <view class="desc">有 <text class="t-color">{{ presellOrderCount }}</text> 笔预售尾款订单待付款,请点击查看
  77. </view>
  78. </view>
  79. <view class="photo acea-row row-between">
  80. <view class='picture'>
  81. <image
  82. :src='(presellProList[0].orderProduct[0].cart_info.productAttr && presellProList[0].orderProduct[0].cart_info.productAttr.image) || presellProList[0].orderProduct[0].cart_info.product.image'>
  83. </image>
  84. </view>
  85. <view class="more_btn"><text class="iconfont icon-gengduo3"></text></view>
  86. </view>
  87. </navigator>
  88. </view>
  89. <view class='list'>
  90. <!-- 代付款 -->
  91. <view v-if="orderList.length > 0">
  92. <block v-if="orderStatus == 0">
  93. <view class='item' v-for="(item,index) in orderList" :key="index">
  94. <view @click='goOrderDetails(item.group_order_id)'>
  95. <view class='title acea-row row-between-wrapper'>
  96. <view class="acea-row row-middle left-wrapper">
  97. {{item.group_order_sn}}
  98. </view>
  99. <view class='t-color'>
  100. {{ item.orderList[0].activity_type === 2 && item.orderList[0].orderProduct[0].cart_info.productPresell.presell_type ==2 ? "待付定金" : "待付款" }}
  101. </view>
  102. </view>
  103. <view v-for="(order,j) in item.orderList" :key="order.order_id+j">
  104. <!--预售-->
  105. <view v-if="order.activity_type === 2">
  106. <block v-for="(goods,g) in order.orderProduct">
  107. <view class='item-info acea-row row-between row-top'>
  108. <view class='pictrue'>
  109. <image
  110. :src='(goods.cart_info.productAttr && goods.cart_info.productAttr.image) || goods.cart_info.product.image'>
  111. </image>
  112. </view>
  113. <view class='text acea-row row-between'>
  114. <view class='name line1'>
  115. <text
  116. class="event_name event_bg">预售</text><text>{{goods.cart_info.product.store_name}}</text>
  117. <view class="event_ship event_color">发货时间:
  118. <!--全款预售-->
  119. <text
  120. v-if="goods.cart_info.productPresell.presell_type === 1">
  121. {{ goods.cart_info.productPresell.delivery_type === 1 ? '支付成功后' : '预售结束后' }}{{ goods.cart_info.productPresell.delivery_day }}天内
  122. </text>
  123. <!--定金预售-->
  124. <text
  125. v-if="goods.cart_info.productPresell.presell_type === 2">{{ goods.cart_info.productPresell.delivery_type === 1 ? '支付尾款后' : '预售结束后' }}{{ goods.cart_info.productPresell.delivery_day }}天内</text>
  126. </view>
  127. </view>
  128. <view class='money'>
  129. <view>¥{{goods.cart_info.productPresellAttr.presell_price}}
  130. </view>
  131. <view>x{{goods.product_num}}</view>
  132. </view>
  133. </view>
  134. <view v-if="goods.cart_info.productPresell.presell_type === 2"
  135. class="event_price">
  136. 定金待支付 <text class="t-color">¥{{ order.pay_price }}</text>
  137. 尾款待支付 <text
  138. class="t-color">¥{{ order.presellOrder.pay_price }}</text>
  139. </view>
  140. </view>
  141. </block>
  142. </view>
  143. <view v-else>
  144. <block v-for="(goods,g) in order.orderProduct">
  145. <view class='item-info acea-row row-between row-top'>
  146. <view class='pictrue'>
  147. <image
  148. :src='(goods.cart_info.productAttr && goods.cart_info.productAttr.image) || goods.cart_info.product.image'>
  149. </image>
  150. </view>
  151. <view class='text acea-row row-between'>
  152. <view class='name line2'>{{goods.cart_info.product.store_name}}
  153. </view>
  154. <view class='money' v-if="item.orderList[0].activity_type == 4">
  155. <view v-if="goods.cart_info.activeSku">
  156. ¥{{goods.cart_info.activeSku.active_price}}</view>
  157. <view>x{{goods.product_num}}</view>
  158. </view>
  159. <view v-else class='money'>
  160. <view>¥{{goods.cart_info.productAttr.price}}</view>
  161. <view>x{{goods.product_num}}</view>
  162. </view>
  163. </view>
  164. </view>
  165. </block>
  166. </view>
  167. </view>
  168. <view class="percentage">
  169. <view class="percentage_left" v-show="item.is_percentage==1">
  170. <view class="textBox">
  171. <text class="text1">百分比</text>
  172. <view class="text2">
  173. <text class="pay">付款</text>
  174. </view>
  175. </view>
  176. <view class="percentageTltle">
  177. 按{{100-item.residue_percentage}}%付款
  178. </view>
  179. </view>
  180. <view class='totalPrice' style="flex: 1;"
  181. v-if="item.orderList[0].activity_type !== 2">
  182. 共{{item.total_num || 0}}件商品,<text>{{item.is_percentage==1&&item.orderList[0].activity_type ==0?'首付款':'总金额'}}</text>
  183. <text class='money p-color'>¥{{item.pay_price}}</text>
  184. </view>
  185. </view>
  186. <view class='totalPrice' style="flex: 1;" v-show="orderStatus==5">
  187. 最晚付款时间:{{item.expire_time}}
  188. </view>
  189. <view class="fenxiao bottom">
  190. <view class="" style="display: flex;align-items: center;" @click.stop="toPurchase"
  191. v-show="orderStatus==5">
  192. <text>分销拓展抵扣详情</text>
  193. <text class='bnt b-color' style="margin-left: 20rpx;">分享</text>
  194. </view>
  195. <view class="" v-show="orderStatus!=5">
  196. </view>
  197. <view class='bottom acea-row row-right row-middle'>
  198. <view class='bnt b-color'
  199. @click.stop='goPay(item.pay_price,item.group_order_id)'>
  200. 惠拓购付款</view>
  201. </view>
  202. </view>
  203. </view>
  204. </view>
  205. </block>
  206. <!-- 待发货 待收货 待评价 已完成 -->
  207. <block v-else>
  208. <view class='item' v-for="(item,index) in orderList" :key="index">
  209. <view @click='goOrderDetails(item.order_id)'>
  210. <view class='title acea-row row-between-wrapper'>
  211. <view class="acea-row row-middle left-wrapper" @click.stop="goMall(item)">
  212. <text class="iconfont icon-shangjiadingdan"></text>
  213. <view class="store-name">{{item.merchant.mer_name}}</view>
  214. <text class="iconfont icon-xiangyou"></text>
  215. </view>
  216. <view v-if="item.status == 0" class='t-color'>
  217. <text
  218. v-if="item.order_type==1">{{item.takeOrderCount > 0 ? '部分核销' : '待核销'}}</text>
  219. <text v-else>待发货</text>
  220. </view>
  221. <view v-if="item.status == 1" class='t-color'>待收货</view>
  222. <view v-if="item.status == 2" class='t-color'>待评价</view>
  223. <view v-if="item.status == 3" class='t-color'>已完成</view>
  224. <view v-if="item.status == -1" class='t-color'>已退款</view>
  225. </view>
  226. <view v-if="item.activity_type === 2">
  227. <view class='item-info acea-row row-between row-top'
  228. v-for="(goods,index) in item.orderProduct" :key="index">
  229. <view class='pictrue'>
  230. <image
  231. :src='(goods.cart_info.productAttr && goods.cart_info.productAttr.image) || goods.cart_info.product.image'>
  232. </image>
  233. </view>
  234. <view class='text acea-row row-between'>
  235. <view class='name '>
  236. <view class='name' :class="item.status === 0 ? 'line1' : 'line2'">
  237. <text
  238. class="event_name event_bg">预售</text><text>{{goods.cart_info.product.store_name}}</text>
  239. <view v-if="item.status == 0" class="event_ship event_color">发货时间:
  240. <!--全款预售-->
  241. <text
  242. v-if="goods.cart_info.productPresell.presell_type === 1">{{ goods.cart_info.productPresell.delivery_type === 1 ? '支付成功后' : '预售结束后' }}{{ goods.cart_info.productPresell.delivery_day }}天内</text>
  243. <!--定金预售-->
  244. <text
  245. v-if="goods.cart_info.productPresell.presell_type === 2">{{ goods.cart_info.productPresell.delivery_type === 1 ? '支付尾款后' : '预售结束后' }}{{ goods.cart_info.productPresell.delivery_day }}天内</text>
  246. </view>
  247. </view>
  248. <view style="margin-top: 10rpx;" class="t-color">
  249. {{goods.is_refund==1?'退款中':goods.is_refund==2?'部分退款':goods.is_refund==3?'全部退款':''}}
  250. </view>
  251. </view>
  252. <view class='money'>
  253. <view>¥{{goods.cart_info.productPresellAttr.presell_price}}</view>
  254. <view>x{{goods.product_num}}</view>
  255. </view>
  256. </view>
  257. </view>
  258. </view>
  259. <view v-else>
  260. <view class='item-info acea-row row-between row-top'
  261. v-for="(goods,index) in item.orderProduct" :key="index">
  262. <view class='pictrue'>
  263. <image
  264. :src='(goods.cart_info.productAttr && goods.cart_info.productAttr.image) || goods.cart_info.product.image'>
  265. </image>
  266. </view>
  267. <view class='text acea-row row-between'>
  268. <view class='name '>
  269. <view class='name line2'>
  270. <text>{{goods.cart_info.product.store_name}}</text>
  271. </view>
  272. <view style="margin-top: 10rpx;" class="t-color">
  273. {{goods.is_refund==1?'退款中':goods.is_refund==2?'部分退款':goods.is_refund==3?'全部退款':''}}
  274. </view>
  275. </view>
  276. <view class='money' v-if="item.activity_type == 3">
  277. <view v-if="goods.cart_info.productAssistAttr">
  278. ¥{{goods.cart_info.productAssistAttr.assist_price}}</view>
  279. <view>x{{goods.product_num}}</view>
  280. </view>
  281. <view class='money' v-else-if="item.activity_type == 4">
  282. <view v-if="goods.cart_info.activeSku">
  283. ¥{{goods.cart_info.activeSku.active_price}}</view>
  284. <view>x{{goods.product_num}}</view>
  285. </view>
  286. <view class='money' v-else>
  287. <view>¥{{goods.cart_info.productAttr.price}}</view>
  288. <view>x{{goods.product_num}}</view>
  289. </view>
  290. </view>
  291. </view>
  292. </view>
  293. <view class='totalPrice' v-if="item.activity_type == 2">共{{item.orderNum || 0}}件商品,总金额
  294. <text class='money p-color'>¥{{item.presell_price}}</text>
  295. </view>
  296. <!-- <view class='totalPrice' v-else>共{{item.orderNum || 0}}件商品,总金额
  297. <text class='money p-color'>¥{{item.pay_price}}</text>
  298. </view> -->
  299. <view class="percentage" v-else>
  300. <view class="percentage_left" v-show="item.is_percentage==1">
  301. <view class="textBox">
  302. <text class="text1">百分比</text>
  303. <view class="text2">
  304. <text class="pay">付款</text>
  305. </view>
  306. </view>
  307. <view class="percentageTltle">
  308. 按{{100-item.start_percentage}}%付款
  309. </view>
  310. </view>
  311. <view class='totalPrice' style="flex: 1;">
  312. 共{{item.total_num || 0}}件商品,<text>{{item.is_percentage==1&&item.status!=0?'实付款':'总金额'}}</text>
  313. <text class='money p-color'>¥{{item.pay_price}}</text>
  314. </view>
  315. </view>
  316. <view class='totalPrice' style="flex: 1;"
  317. v-show="item.is_percentage==1&&item.status==4">
  318. 最晚付尾款时间:{{item.expire_time}}
  319. </view>
  320. <view class="fenxiao bottom"
  321. v-if="item.is_percentage==1&&item.status==4||item.status!=4&&item.status!=0&&item.status!=1&&item.status!=2&&item.status!=-1&&item.status!=3">
  322. <view class="" style="display: flex;align-items: center;"
  323. @click.stop="toPurchase(item.order_id)"
  324. v-show="item.is_percentage==1&&item.status==4||item.status==5">
  325. <text>分销拓展抵扣详情</text>
  326. <button @click.stop="share(item)" class='bnt b-color'
  327. style="margin-left: 20rpx;">分享</button>
  328. </view>
  329. <view class='bottom acea-row row-right row-middle'
  330. v-if="item.status!=4&&item.status!=0&&item.status!=5">
  331. <view class='bnt b-color'
  332. @click.stop='goPay(item.pay_price,item.group_order_id)'>
  333. 惠拓购付款</view>
  334. </view>
  335. <view class='bottom acea-row row-right row-middle'
  336. v-show="item.is_percentage==1&&item.status==4||item.status==5">
  337. <view class='bnt b-color' style="white-space: nowrap;"
  338. @click.stop='goFinalPay(item.pay_price,item.order_id)'>
  339. 支付尾款(¥{{((item.total_price*1+item.pay_postage*1) * item.residue_percentage) / 100>0?(item.total_price*(item.residue_percentage) / 100).toFixed(2):0}})
  340. </view>
  341. </view>
  342. </view>
  343. </view>
  344. <view class='bottom acea-row row-right row-middle'
  345. v-if="orderStatus!=5&&item.status!=4&&item.status!=5">
  346. <view v-if="!item.receipt && item.status != -1" class='bnt cancelBnt'
  347. @click.stop='applyInvoice(item.order_id)'>申请开票</view>
  348. <block v-if="item.status == 0 || item.status == 9 || item.status == -1">
  349. <view class='bnt b-color' @click='goOrderDetails(item.order_id)'>查看详情</view>
  350. </block>
  351. <block v-if="item.status == 1">
  352. <view class='bnt cancelBnt'
  353. v-if="item.delivery_type == 1 || item.delivery_type == 2"
  354. @click='goOrderDetails(item.order_id)'>查看物流</view>
  355. <view class='bnt b-color' @tap='confirmOrder(item,index)'>确认收货</view>
  356. </block>
  357. <block v-if="item.status == 2">
  358. <navigator v-if="community_status == 1 && !item.community_id"
  359. :url="'/pages/plantGrass/plant_release/index?order_id='+item.order_id"
  360. class='bnt colorBnt' hover-class="none">
  361. <text class="iconfont icon-fabu"></text>
  362. 发布种草
  363. </navigator>
  364. <view class='bnt b-color' @click='goOrderDetails_Evaluation(item.order_id)'>去评价
  365. </view>
  366. </block>
  367. <block v-if="item.status == 3">
  368. <view class='bnt b-color' @click='goOrderDetails(item.order_id)'
  369. v-if="item.activity_type == 2 || item.activity_type == 3 || item.activity_type == 10">
  370. 查看详情</view>
  371. <navigator v-if="community_status == 1 && !item.community_id"
  372. :url="'/pages/plantGrass/plant_release/index?order_id='+item.order_id"
  373. class='bnt colorBnt' hover-class="none">
  374. <text class="iconfont icon-fabu"></text>
  375. 发布种草
  376. </navigator>
  377. <view class='bnt b-color' @click='goOrderDetails(item.order_id)' v-else>再次购买</view>
  378. </block>
  379. </view>
  380. </view>
  381. </block>
  382. </view>
  383. </view>
  384. <view class='loadingicon acea-row row-center-wrapper' v-if="orderList.length>5">
  385. <text class='loading iconfont icon-jiazai' :hidden='loading==false'></text>{{loadTitle}}
  386. </view>
  387. <view v-if="orderList.length == 0 && page > 1">
  388. <emptyPage title="暂无订单~"></emptyPage>
  389. </view>
  390. </view>
  391. <home></home>
  392. <authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize>
  393. <payment @finalPay='finalPay' ref="payment" :payMode='payMode' :isFinal="isFinal" :pay_close="pay_close"
  394. @onChangeFun='onChangeFun' :order_id="pay_order_id" :totalPrice='totalPrice'></payment>
  395. <addInvoicing ref="addInvoicing" @changeInvoiceClose="changeInvoiceClose" :invoice='invoice'></addInvoicing>
  396. <uni-popup ref="popup" type="center">
  397. <view class="popup" v-if="Object.keys(shareInfo).length!=0">
  398. <view class="image">
  399. <image :src='shareInfo.orderProduct[0].cart_info.product.image'></image>
  400. </view>
  401. <view class="title">
  402. <view>{{shareInfo.orderProduct[0].cart_info.product.store_name}}</view>
  403. <view class="price">¥{{shareInfo.orderProduct[0].cart_info.productAttr.price}}</view>
  404. </view>
  405. <button class="copybutton" @click="copyText">点击复制链接</button>
  406. </view>
  407. </uni-popup>
  408. </view>
  409. </template>
  410. <script>
  411. // +----------------------------------------------------------------------
  412. // | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
  413. // +----------------------------------------------------------------------
  414. // | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
  415. // +----------------------------------------------------------------------
  416. // | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
  417. // +----------------------------------------------------------------------
  418. // | Author: CRMEB Team <admin@crmeb.com>
  419. // +----------------------------------------------------------------------
  420. let app = getApp();
  421. import {
  422. getOrderList,
  423. orderData,
  424. unOrderCancel,
  425. orderDel,
  426. orderPay,
  427. groupOrderList,
  428. orderTake,
  429. applyInvoiceApi
  430. } from '@/api/order.js';
  431. import {
  432. getUserInfo
  433. } from '@/api/user.js';
  434. import {
  435. openOrderSubscribe
  436. } from '@/utils/SubscribeMessage.js';
  437. import payment from '@/components/payment';
  438. import home from '@/components/home/index.vue';
  439. import addInvoicing from '@/components/addInvoicing';
  440. import {
  441. mapGetters
  442. } from "vuex";
  443. import authorize from '@/components/Authorize';
  444. import emptyPage from '@/components/emptyPage.vue'
  445. import {
  446. configMap
  447. } from '@/utils'
  448. import {
  449. HTTP_REQUEST_URL
  450. } from '@/config/app';
  451. export default {
  452. components: {
  453. payment,
  454. emptyPage,
  455. home,
  456. authorize,
  457. addInvoicing
  458. },
  459. onLoad() {
  460. },
  461. data() {
  462. return {
  463. shareInfo: {},
  464. isFinal: false,
  465. statusBarHeight: 0,
  466. loading: false, //是否加载中
  467. loadend: false, //是否加载完毕
  468. loadTitle: '加载更多', //提示语
  469. orderList: [], //订单数组
  470. presellProList: [], //定金预售订单
  471. presellOrderCount: 0,
  472. orderData: {}, //订单详细统计
  473. orderStatus: 0, //订单状态
  474. page: 1,
  475. limit: 20,
  476. payMode: [{
  477. name: "微信支付",
  478. icon: "icon-weixinzhifu",
  479. value: 'wechat',
  480. title: '微信快捷支付',
  481. payStatus: 1
  482. },
  483. {
  484. name: "支付宝支付",
  485. icon: "icon-zhifubao",
  486. value: 'alipay',
  487. title: '支付宝支付',
  488. payStatus: this.$store.getters.globalData.alipay_open
  489. },
  490. {
  491. name: "余额支付",
  492. icon: "icon-yuezhifu",
  493. value: 'balance',
  494. title: '可用余额:',
  495. number: 0,
  496. payStatus: this.$store.getters.globalData.yue_pay_status
  497. }
  498. ],
  499. pay_close: false,
  500. pay_order_id: '',
  501. invoice_order_id: '',
  502. totalPrice: '0',
  503. isAuto: false, //没有授权的不会自动授权
  504. isShowAuth: false, //是否隐藏授权
  505. isReady: true,
  506. invoice: {
  507. invoice: false,
  508. add: false,
  509. }
  510. };
  511. },
  512. computed: {
  513. ...mapGetters(['isLogin', 'viewColor']),
  514. ...configMap(['hide_mer_status', 'community_status', 'alipay_open', 'yue_pay_status']),
  515. },
  516. watch: {
  517. alipay_open(n) {
  518. this.payMode[1].payStatus = n
  519. },
  520. yue_pay_status(n) {
  521. this.payMode[2].payStatus = n
  522. }
  523. },
  524. onShow() {
  525. var that = this
  526. that.$nextTick(function() {
  527. uni.getSystemInfo({
  528. success: function(res) {
  529. that.statusBarHeight = res.statusBarHeight;
  530. }
  531. });
  532. })
  533. if (this.isLogin) {
  534. this.page = 1;
  535. this.loadend = false;
  536. this.loading = false;
  537. this.getOrderData();
  538. this.getOrderList();
  539. this.getUserInfo();
  540. this.getpreSellOrderList();
  541. } else {
  542. this.isAuto = true;
  543. this.isShowAuth = true
  544. }
  545. },
  546. onReady() {},
  547. mounted: function() {},
  548. methods: {
  549. copyText() {
  550. let that = this
  551. let data = HTTP_REQUEST_URL + '/pages/index/index?order_id=' + this.order_id
  552. // let data='http://192.168.2.56:8080'+'/pages/index/index?order_id='+this.order_id
  553. uni.setClipboardData({
  554. data: data,
  555. success: function() {
  556. uni.showToast({
  557. title: '已复制'
  558. })
  559. that.$refs.popup.close()
  560. }
  561. });
  562. },
  563. share(item) {
  564. this.shareInfo = {}
  565. this.order_id = item.order_id
  566. uni.setStorageSync('order_id', item.order_id)
  567. // #ifdef MP-WEIXIN
  568. uni.setStorageSync('isIntegral', true)
  569. uni.switchTab({
  570. url: '/pages/index/index'
  571. });
  572. // #endif
  573. // #ifdef H5
  574. console.log(123, item)
  575. this.shareInfo = item
  576. this.$refs.popup.open()
  577. // #endif
  578. },
  579. toPurchase(id) {
  580. uni.navigateTo({
  581. url: '/pages/users/order_list/purchaseInfo?order_id=' + id
  582. })
  583. },
  584. toBack() {
  585. uni.navigateBack()
  586. },
  587. // 去商铺
  588. goMall(item) {
  589. if (this.hide_mer_status == 0) {
  590. uni.navigateTo({
  591. url: '/pages/store/home/index?id=' + item.mer_id
  592. })
  593. }
  594. },
  595. onLoadFun() {
  596. this.isShowAuth = false;
  597. this.getOrderData();
  598. this.getOrderList();
  599. this.getUserInfo();
  600. },
  601. // 授权关闭
  602. authColse: function(e) {
  603. this.isShowAuth = e
  604. },
  605. /**
  606. * 事件回调
  607. *
  608. */
  609. onChangeFun: function(e) {
  610. console.log(1121, e)
  611. let opt = e;
  612. let action = opt.action || null;
  613. let value = opt.value != undefined ? opt.value : null;
  614. (action && this[action]) && this[action](value);
  615. },
  616. /**
  617. * 获取用户信息
  618. *
  619. */
  620. getUserInfo: function() {
  621. let that = this;
  622. getUserInfo().then(res => {
  623. that.payMode[2].number = res.data.now_money;
  624. // that.$set(that, 'payMode', that.payMode);
  625. });
  626. },
  627. /**
  628. * 关闭支付组件
  629. *
  630. */
  631. payClose: function() {
  632. this.pay_close = false;
  633. },
  634. /**
  635. * 生命周期函数--监听页面加载
  636. */
  637. onLoad: function(options) {
  638. if (options.status) this.orderStatus = options.status;
  639. },
  640. /**
  641. * 获取订单统计数据
  642. *
  643. */
  644. getOrderData: function() {
  645. let that = this;
  646. orderData().then(res => {
  647. that.$set(that, 'orderData', res.data);
  648. })
  649. },
  650. /**
  651. * 取消订单
  652. *
  653. */
  654. cancelOrder: function(index, order_id) {
  655. let that = this;
  656. if (!order_id) return that.$util.Tips({
  657. title: '缺少订单号无法取消订单'
  658. });
  659. unOrderCancel(order_id).then(res => {
  660. return that.$util.Tips({
  661. title: res.message,
  662. icon: 'success'
  663. }, function() {
  664. that.orderList.splice(index, 1);
  665. that.$set(that, 'orderList', that.orderList);
  666. that.$set(that.orderData, 'unpaid_count', that.orderData.unpaid_count - 1);
  667. that.getOrderData();
  668. });
  669. }).catch(err => {
  670. return that.$util.Tips({
  671. title: err
  672. });
  673. });
  674. },
  675. /**
  676. * 打开支付组件
  677. *
  678. */
  679. goPay: function(pay_price, order_id) {
  680. this.isFinal = false
  681. this.$set(this, 'pay_close', true);
  682. this.order_id = order_id;
  683. this.pay_order_id = order_id.toString()
  684. this.$set(this, 'totalPrice', pay_price);
  685. },
  686. //尾款支付
  687. goFinalPay: function(pay_price, order_id) {
  688. console.log(this.$refs.payment)
  689. this.isFinal = true
  690. this.$set(this, 'pay_close', true);
  691. this.order_id = order_id;
  692. this.pay_order_id = order_id.toString()
  693. this.$set(this, 'totalPrice', pay_price);
  694. },
  695. finalPay() {
  696. this.statusClick(1)
  697. },
  698. /**
  699. * 支付成功回调
  700. *
  701. */
  702. pay_complete: function() {
  703. this.loadend = false;
  704. this.page = 1;
  705. this.$set(this, 'orderList', []);
  706. this.pay_close = false;
  707. this.pay_order_id = '';
  708. this.getOrderData();
  709. this.getOrderList();
  710. },
  711. /**
  712. * 支付失败回调
  713. *
  714. */
  715. pay_fail: function() {
  716. this.pay_close = false;
  717. this.pay_order_id = '';
  718. },
  719. /**
  720. * 去订单详情
  721. */
  722. goOrderDetails: function(order_id) {
  723. let self = this
  724. if (!order_id) return that.$util.Tips({
  725. title: '缺少订单号无法查看订单详情'
  726. });
  727. // #ifdef MP
  728. uni.showLoading({
  729. title: '正在加载',
  730. })
  731. openOrderSubscribe().then(() => {
  732. uni.hideLoading();
  733. if (self.orderStatus == 0) {
  734. uni.navigateTo({
  735. url: '/pages/order_details/stay?order_id=' + order_id
  736. })
  737. } else {
  738. uni.navigateTo({
  739. url: '/pages/order_details/index?order_id=' + order_id
  740. })
  741. }
  742. }).catch(() => {
  743. uni.hideLoading();
  744. })
  745. // #endif
  746. // #ifndef MP
  747. if (self.orderStatus == 0) {
  748. uni.navigateTo({
  749. url: '/pages/order_details/stay?order_id=' + order_id
  750. })
  751. } else {
  752. uni.navigateTo({
  753. url: '/pages/order_details/index?order_id=' + order_id
  754. })
  755. }
  756. // #endif
  757. },
  758. /**
  759. * 点击去评价
  760. */
  761. goOrderDetails_Evaluation: function(order_id) {
  762. let self = this
  763. if (!order_id) return that.$util.Tips({
  764. title: '缺少订单号无法查看订单详情和评价'
  765. });
  766. // #ifdef MP
  767. if (self.orderStatus == 0) {
  768. uni.navigateTo({
  769. url: '/pages/order_details/stay?order_id=' + order_id
  770. })
  771. } else {
  772. uni.navigateTo({
  773. url: '/pages/order_details/index?order_id=' + order_id
  774. })
  775. }
  776. // #endif
  777. // #ifndef MP
  778. if (self.orderStatus == 0) {
  779. uni.navigateTo({
  780. url: '/pages/order_details/stay?order_id=' + order_id
  781. })
  782. } else {
  783. uni.navigateTo({
  784. url: '/pages/order_details/index?order_id=' + order_id
  785. })
  786. }
  787. // #endif
  788. },
  789. /**
  790. * 切换类型
  791. */
  792. statusClick: function(status) {
  793. if (status == this.orderStatus) return;
  794. this.orderStatus = status;
  795. this.loadend = false;
  796. this.loading = false;
  797. this.page = 1;
  798. this.$set(this, 'orderList', []);
  799. this.getOrderList();
  800. },
  801. /**
  802. * 获取订单列表
  803. */
  804. getOrderList: function() {
  805. let that = this;
  806. if (that.loadend) return;
  807. if (that.loading) return;
  808. that.loading = true;
  809. that.loadTitle = "加载更多";
  810. if (that.isReady) {
  811. that.isReady = false
  812. if (that.orderStatus == 0) {
  813. groupOrderList({
  814. page: that.page,
  815. limit: that.limit,
  816. }).then(res => {
  817. that.isReady = true;
  818. let list = res.data.list || [];
  819. let loadend = list.length < that.limit;
  820. console.log(that.orderList)
  821. that.orderList = that.page == 1 ? list : that.$util.SplitArray(list, that
  822. .orderList);
  823. that.$set(that, 'orderList', that.orderList);
  824. console.log(that.orderList)
  825. that.getProductCount();
  826. that.loadend = loadend;
  827. that.loading = false;
  828. that.loadTitle = loadend ? "我也是有底线的" : '加载更多';
  829. that.page = that.page + 1
  830. })
  831. } else {
  832. getOrderList({
  833. status: that.orderStatus - 1,
  834. page: that.page,
  835. limit: that.limit,
  836. }).then(res => {
  837. let list = res.data.list || [];
  838. let loadend = list.length < that.limit;
  839. that.orderList = that.page == 1 ? list : that.$util.SplitArray(list, that
  840. .orderList);
  841. that.$set(that, 'orderList', that.orderList);
  842. that.getProductCount();
  843. that.loadend = loadend;
  844. that.loading = false;
  845. that.loadTitle = loadend ? "我也是有底线的" : '加载更多';
  846. that.page = that.page + 1;
  847. that.isReady = true;
  848. }).catch(err => {
  849. that.loading = false;
  850. that.loadTitle = "加载更多";
  851. })
  852. }
  853. }
  854. },
  855. /**
  856. * 获取定金预售订单列表
  857. */
  858. getpreSellOrderList: function() {
  859. let that = this;
  860. getOrderList({
  861. status: 10,
  862. page: 1,
  863. limit: 1,
  864. }).then(res => {
  865. let list = res.data.list || [];
  866. that.presellOrderCount = res.data.count;
  867. that.$set(that, 'presellProList', list);
  868. })
  869. },
  870. /**
  871. * 获取单个订单商品数量
  872. */
  873. getProductCount: function() {
  874. if (this.orderStatus !== 0) {
  875. this.orderList.forEach((item, i) => {
  876. let orderNum = 0
  877. if (item.orderProduct) {
  878. item.orderProduct.forEach((val) => {
  879. orderNum += val.product_num
  880. })
  881. this.orderList[i]['orderNum'] = orderNum;
  882. }
  883. })
  884. }
  885. },
  886. /**
  887. * 删除订单
  888. */
  889. delOrder: function(order_id, index) {
  890. let that = this;
  891. orderDel(order_id).then(res => {
  892. that.orderList.splice(index, 1);
  893. that.$set(that, 'orderList', that.orderList);
  894. that.$set(that.orderData, 'unpaid_count', that.orderData.unpaid_count - 1);
  895. that.getOrderData();
  896. return that.$util.Tips({
  897. title: '删除成功',
  898. icon: 'success'
  899. });
  900. }).catch(err => {
  901. return that.$util.Tips({
  902. title: err
  903. });
  904. })
  905. },
  906. // 确认收货
  907. confirmOrder: function(item, index) {
  908. let that = this;
  909. uni.showModal({
  910. title: '确认收货',
  911. content: '为保障权益,请收到货确认无误后,再确认收货',
  912. success: function(res) {
  913. if (res.confirm) {
  914. orderTake(item.order_id).then(res => {
  915. return that.$util.Tips({
  916. title: '操作成功',
  917. icon: 'success'
  918. }, function() {
  919. that.orderList.splice(index, 1);
  920. that.getOrderData();
  921. });
  922. }).catch(err => {
  923. return that.$util.Tips({
  924. title: err
  925. });
  926. })
  927. }
  928. }
  929. })
  930. },
  931. /*申请开票*/
  932. applyInvoice(order_id) {
  933. let that = this;
  934. that.invoice_order_id = order_id
  935. that.invoice.invoice = true;
  936. that.$refs.addInvoicing.getInvoiceDefault();
  937. that.$refs.addInvoicing.getInvoiceList();
  938. },
  939. // 关闭发票弹窗
  940. changeInvoiceClose: function(data) {
  941. if (data) this.getInvoiceData(data);
  942. this.$set(this.invoice, 'invoice', false);
  943. },
  944. // 开票回调
  945. getInvoiceData(data) {
  946. let that = this
  947. applyInvoiceApi(that.invoice_order_id, data).then(res => {
  948. return that.$util.Tips({
  949. title: res.message,
  950. });
  951. }).catch(err => {
  952. return that.$util.Tips({
  953. title: err
  954. });
  955. })
  956. }
  957. },
  958. onReachBottom: function() {
  959. this.getOrderList();
  960. }
  961. }
  962. </script>
  963. <style scoped lang="scss">
  964. .popup {
  965. width: 500rpx;
  966. height: auto;
  967. background-color: #fff;
  968. padding: 0 0 20rpx;
  969. .image {
  970. image {
  971. width: 500rpx;
  972. height: 500rpx;
  973. }
  974. }
  975. .title {
  976. padding: 0 20rpx;
  977. // display: flex;
  978. // justify-content: space-between;
  979. text {
  980. font-size: 20rpx;
  981. }
  982. .price {
  983. color: #E93323;
  984. font-weight: bold;
  985. }
  986. }
  987. .copybutton {
  988. height: 76rpx;
  989. border-radius: 38rpx;
  990. margin: 30rpx 30rpx 0;
  991. background-color: var(--view-theme);
  992. font-size: 30rpx;
  993. line-height: 76rpx;
  994. color: #FFFFFF;
  995. }
  996. }
  997. .fenxiao {
  998. padding: 0 20rpx;
  999. display: flex;
  1000. justify-content: space-between;
  1001. align-items: center;
  1002. color: #AAAAAA;
  1003. }
  1004. .percentage {
  1005. margin-top: 16rpx;
  1006. margin-left: 20rpx;
  1007. display: flex;
  1008. justify-content: space-between;
  1009. align-items: center;
  1010. .percentage_left {
  1011. .textBox {
  1012. display: flex;
  1013. transform: skewX(-15deg);
  1014. width: 118rpx;
  1015. white-space: nowrap;
  1016. // height: 28rpx;
  1017. // line-height: 28rpx;
  1018. border: 4rpx solid #EB3B2B;
  1019. border-radius: 3rpx;
  1020. font-size: 16rpx;
  1021. // background-color: #EB3B2B;
  1022. .text1 {
  1023. color: #EB3B2B;
  1024. transform: skewX(15deg);
  1025. display: inline-block;
  1026. // background-color: #fff;
  1027. }
  1028. .text2 {
  1029. color: #fff;
  1030. background-color: #EB3B2B;
  1031. // transform: skewX(15deg);
  1032. display: inline-block;
  1033. .pay {
  1034. transform: skewX(15deg);
  1035. display: inline-block;
  1036. }
  1037. }
  1038. }
  1039. .percentageTltle {
  1040. margin-top: 4rpx;
  1041. font-size: 28rpx;
  1042. color: #EB3B2B;
  1043. font-weight: bold;
  1044. }
  1045. }
  1046. }
  1047. .searchBox {
  1048. padding: 0 30rpx;
  1049. height: 70rpx;
  1050. display: flex;
  1051. align-items: center;
  1052. image {
  1053. vertical-align: middle;
  1054. width: 48rpx;
  1055. height: 48rpx;
  1056. }
  1057. }
  1058. .my-order {
  1059. width: 750rpx;
  1060. height: 536rpx;
  1061. background: linear-gradient(180deg, #EA3B2A 0%, #EA3B2A 70%, rgba(232, 51, 36, 0) 100%);
  1062. }
  1063. .my-order .header {
  1064. height: 260rpx;
  1065. padding: 0 30rpx;
  1066. // background-color: var(--view-theme);
  1067. }
  1068. .t-color {
  1069. font-weight: bold;
  1070. color: var(--view-theme);
  1071. }
  1072. .p-color {
  1073. color: var(--view-priceColor);
  1074. }
  1075. .b-color {
  1076. background-color: var(--view-theme);
  1077. }
  1078. .my-order .header .picTxt {
  1079. height: 190rpx;
  1080. }
  1081. .my-order .header .picTxt .text {
  1082. display: flex;
  1083. justify-content: space-between;
  1084. padding: 0 20rpx;
  1085. box-sizing: border-box;
  1086. color: rgba(255, 255, 255, 0.8);
  1087. font-size: 26rpx;
  1088. // font-family: 'Guildford Pro';
  1089. // width: 300rpx;
  1090. height: 88rpx;
  1091. line-height: 88rpx;
  1092. background: #F24D3F;
  1093. border-radius: 18rpx;
  1094. border: 1rpx solid #FFFFFF;
  1095. }
  1096. .my-order .header .picTxt .text .name {
  1097. font-size: 28rpx;
  1098. font-weight: bold;
  1099. color: #fff;
  1100. }
  1101. .my-order .header .picTxt .text .textValue {
  1102. color: #fff;
  1103. font-size: 24rpx;
  1104. text {
  1105. font-size: 56rpx;
  1106. font-weight: bold;
  1107. margin-right: 8rpx;
  1108. }
  1109. }
  1110. .my-order .header .picTxt .pictrue {
  1111. width: 122rpx;
  1112. height: 109rpx;
  1113. }
  1114. .my-order .header .picTxt .pictrue image {
  1115. width: 100%;
  1116. height: 100%;
  1117. }
  1118. .my-order .nav {
  1119. // background-color: #fff;
  1120. width: 690rpx;
  1121. // height: 140rpx;
  1122. border-radius: 6rpx;
  1123. margin: 20rpx auto 0 auto;
  1124. }
  1125. .my-order .nav .item {
  1126. text-align: center;
  1127. font-size: 26rpx;
  1128. // color: #282828;
  1129. color: #fff;
  1130. padding: 0 0 6rpx;
  1131. }
  1132. .my-order .nav .item.on {
  1133. font-weight: bold;
  1134. border-bottom: 5rpx solid #fff;
  1135. }
  1136. .my-order .nav .item .num {
  1137. margin-top: 18rpx;
  1138. }
  1139. .my-order .list {
  1140. width: 690rpx;
  1141. margin: 14rpx auto 0 auto;
  1142. }
  1143. .my-order .list .item {
  1144. background-color: #fff;
  1145. border-radius: 6rpx;
  1146. margin-bottom: 14rpx;
  1147. border-radius: 24rpx;
  1148. }
  1149. .my-order .list .item .title {
  1150. height: 84rpx;
  1151. padding: 0 30rpx;
  1152. border-bottom: 1px solid #eee;
  1153. font-size: 28rpx;
  1154. color: #282828;
  1155. .left-wrapper {
  1156. .iconfont {
  1157. margin-top: 5rpx;
  1158. }
  1159. .store-name {
  1160. margin: 0 10rpx;
  1161. }
  1162. .icon-xiangyou {
  1163. font-size: 20rpx;
  1164. }
  1165. }
  1166. }
  1167. .my-order .list .item .title .sign {
  1168. font-size: 24rpx;
  1169. padding: 0 7rpx;
  1170. height: 36rpx;
  1171. margin-right: 15rpx;
  1172. }
  1173. .my-order .list .item .item-info {
  1174. padding: 0 30rpx;
  1175. margin-top: 22rpx;
  1176. }
  1177. .my-order .list .item .item-info .pictrue {
  1178. width: 120rpx;
  1179. height: 120rpx;
  1180. }
  1181. .my-order .list .item .item-info .pictrue image {
  1182. width: 100%;
  1183. height: 100%;
  1184. border-radius: 6rpx;
  1185. }
  1186. .my-order .list .item .item-info .text {
  1187. width: 486rpx;
  1188. font-size: 28rpx;
  1189. color: #999;
  1190. margin-top: 6rpx;
  1191. }
  1192. .my-order .list .item .item-info .text .name {
  1193. width: 320rpx;
  1194. color: #282828;
  1195. }
  1196. .event_bg {
  1197. background: #FF7F00;
  1198. }
  1199. .event_color {
  1200. color: #FF7F00;
  1201. }
  1202. .my-order .list .item .event_name {
  1203. display: inline-block;
  1204. margin-right: 9rpx;
  1205. color: #fff;
  1206. font-size: 20rpx;
  1207. padding: 0 8rpx;
  1208. line-height: 30rpx;
  1209. text-align: center;
  1210. border-radius: 6rpx;
  1211. }
  1212. .my-order .list .item .event_ship {
  1213. font-size: 20rpx;
  1214. margin-top: 10rpx;
  1215. }
  1216. .my-order .list .event_price {
  1217. margin: 0 0 50rpx 120rpx;
  1218. }
  1219. .my-order .list .item .item-info .text .money {
  1220. text-align: right;
  1221. }
  1222. .my-order .list .item .totalPrice {
  1223. font-size: 26rpx;
  1224. color: #282828;
  1225. text-align: right;
  1226. margin: 27rpx 0 0 30rpx;
  1227. padding: 0 30rpx 30rpx 0;
  1228. }
  1229. .my-order .list .item .totalPrice .money {
  1230. font-size: 28rpx;
  1231. font-weight: bold;
  1232. }
  1233. .my-order .list .item .bottom {
  1234. height: 107rpx;
  1235. // padding: 0 30rpx;
  1236. border-top: 1px solid #f0f0f0;
  1237. }
  1238. .my-order .list .item .bottom .bnt {
  1239. // width: 200rpx;
  1240. height: 60rpx;
  1241. display: flex;
  1242. align-items: center;
  1243. justify-content: center;
  1244. color: #fff;
  1245. border-radius: 50rpx;
  1246. font-size: 27rpx;
  1247. padding:0 10px;
  1248. }
  1249. .my-order .list .item .bottom .bnt.cancelBnt {
  1250. border: 1px solid #ddd;
  1251. color: #aaa;
  1252. }
  1253. .my-order .list .item .bottom .bnt.colorBnt {
  1254. border: 1px solid var(--view-theme);
  1255. color: var(--view-theme);
  1256. }
  1257. .my-order .list .item .bottom .bnt .icon-fabu {
  1258. font-size: 26rpx;
  1259. margin-right: 10rpx;
  1260. }
  1261. .my-order .list .item .bottom .bnt~.bnt {
  1262. margin-left: 17rpx;
  1263. }
  1264. .noCart {
  1265. margin-top: 171rpx;
  1266. padding-top: 0.1rpx;
  1267. }
  1268. .noCart .pictrue {
  1269. width: 414rpx;
  1270. height: 336rpx;
  1271. margin: 78rpx auto 56rpx auto;
  1272. }
  1273. .noCart .pictrue image {
  1274. width: 100%;
  1275. height: 100%;
  1276. }
  1277. .event_container {
  1278. width: 690rpx;
  1279. background-image: url(../static/images/presell_orderBg.png);
  1280. background-size: cover;
  1281. background-repeat: no-repeat;
  1282. margin: 20rpx auto;
  1283. padding: 26rpx 30rpx;
  1284. border-radius: 16rpx;
  1285. .info {
  1286. width: 420rpx;
  1287. .title {
  1288. color: #282828;
  1289. font-size: 26rpx;
  1290. }
  1291. .desc {
  1292. color: #999;
  1293. font-size: 24rpx;
  1294. margin-top: 30rpx;
  1295. }
  1296. }
  1297. .photo {
  1298. width: 180rpx;
  1299. .picture {
  1300. width: 120rpx;
  1301. height: 120rpx;
  1302. image {
  1303. width: 100%;
  1304. height: 100%;
  1305. border-radius: 8rpx;
  1306. }
  1307. }
  1308. .more_btn {
  1309. color: #fff;
  1310. background: #F97E3B;
  1311. width: 40rpx;
  1312. height: 40rpx;
  1313. border-radius: 40rpx;
  1314. text-align: center;
  1315. line-height: 40rpx;
  1316. position: relative;
  1317. top: 40rpx;
  1318. text {
  1319. font-size: 20rpx;
  1320. }
  1321. }
  1322. }
  1323. }
  1324. .search {
  1325. box-sizing: border-box;
  1326. width: 400rpx;
  1327. height: 70rpx;
  1328. padding: 0 30rpx;
  1329. border-radius: 35rpx;
  1330. margin: 0 30rpx 0;
  1331. background-color: #FFFFFF;
  1332. font-size: 26rpx;
  1333. color: #999999;
  1334. .iconfont {
  1335. margin-right: 10rpx;
  1336. font-size: 23rpx;
  1337. }
  1338. }
  1339. </style>