payorder.vue 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. <template>
  2. <view class="back">
  3. <view class="topbox">
  4. <view class="" style="position: absolute; top: -30rpx; right: 0" v-if="pay_type == 'customer'">
  5. <view class="state u-flex u-row-between" @click="stateshow = !stateshow">
  6. <text>{{ state }}</text>
  7. <image src="static/images/pull_down.png" style="width: 24rpx; height: 24rpx" mode=""></image>
  8. </view>
  9. <view class="state" v-if="stateshow">
  10. <view @click="statechange(item, idx)" :class="state_id == idx ? 'stateac' : 'unstate'"
  11. style="margin-bottom: 20rpx; font-size: 24rpx" v-for="(item, idx) in array">{{ item.name }}
  12. </view>
  13. </view>
  14. </view>
  15. <view class="u-row-center" style="
  16. display: flex;
  17. flex-direction: column;
  18. align-items: center;
  19. margin-top: 56rpx;
  20. ">
  21. <view class="paysum">{{ i18n.Actual }}</view>
  22. <view class="numbe" style="margin-top: 40rpx">
  23. <text v-if="state_id==0">¥</text>
  24. <text v-if="state_id==1">$</text>
  25. <text v-if="state_id==2">€</text>
  26. <text v-if="state_id==3">¥</text>
  27. <text style="font-size: 60rpx; font-weight: 600">{{ sum }}</text>
  28. </view>
  29. <!-- <view class="">
  30. <text>支付剩余时间 13:50</text>
  31. </view> -->
  32. </view>
  33. <!-- 余额支付 -->
  34. <view class="payitem" style="margin-top: 100rpx; display: flex" @click="change(0)">
  35. <image src="static/images/yuer.png" mode="" style="width: 40rpx; height: 40rpx"></image>
  36. <view class="u-flex u-row-between" style="margin-left: 20rpx; flex: 1">
  37. <view class="">
  38. <view class="">{{ i18n.Balancepayment }}</view>
  39. <view class="" style="margin-top: 10rpx; color: rgba(248, 50, 36, 1);font-size: 24rpx;">
  40. {{ i18n.Currentbalance }}:{{ balance }}
  41. </view>
  42. </view>
  43. <image v-if="mode == 0" src="static/images/active.png" mode="" style="width: 36rpx; height: 36rpx">
  44. </image>
  45. <image v-else src="static/images/unactive.png" mode="" style="width: 36rpx; height: 36rpx"></image>
  46. </view>
  47. </view>
  48. <!-- 微信支付 -->
  49. <view class="payitem" style="margin-top: 20rpx; display: flex" @click="change(1)">
  50. <image src="static/images/wx.png" mode="" style="width: 40rpx; height: 40rpx"></image>
  51. <view class="u-flex u-row-between" style="margin-left: 20rpx; flex: 1">
  52. <view class="">
  53. <view class="">{{ i18n.WechatPay }}</view>
  54. <view class="" style="margin-top: 10rpx; color: rgba(121, 121, 121, 1);font-size: 24rpx;">
  55. {{ i18n.applicable }}
  56. </view>
  57. </view>
  58. <image v-if="mode == 1" src="static/images/active.png" mode="" style="width: 36rpx; height: 36rpx">
  59. </image>
  60. <image v-else src="static/images/unactive.png" mode="" style="width: 36rpx; height: 36rpx"></image>
  61. </view>
  62. </view>
  63. <!-- 客服支付 -->
  64. <view class="payitem" style="margin-top: 20rpx; display: flex" @click="change(2)">
  65. <image src="static/images/kefu2.png" mode="" style="width: 40rpx; height: 40rpx"></image>
  66. <view class="u-flex u-row-between" style="margin-left: 20rpx; flex: 1">
  67. <view class="">
  68. <view class="">{{ i18n.Customerservicepayment }}</view>
  69. <view class="" style="margin-top: 10rpx; color: rgba(121, 121, 121, 1);font-size: 24rpx;">
  70. {{ i18n.Contactpayment }}
  71. </view>
  72. </view>
  73. <image v-if="mode == 2" src="static/images/active.png" mode="" style="width: 36rpx; height: 36rpx">
  74. </image>
  75. <image v-else src="static/images/unactive.png" mode="" style="width: 36rpx; height: 36rpx"></image>
  76. </view>
  77. </view>
  78. </view>
  79. <!-- 付款须知 -->
  80. <view class="" v-if="pay_type == 'customer'">
  81. <view class="payment" style="margin-top: 24rpx">{{
  82. i18n.Paymentinstructions
  83. }}</view>
  84. <view class="content" style="margin-top: 18rpx">1.联系客服付款需走线下支付通道,付款成</view>
  85. </view>
  86. <view class="confirm" @click="confirm">
  87. {{ i18n.Confirmpayment }}
  88. </view>
  89. </view>
  90. </template>
  91. <script>
  92. export default {
  93. data() {
  94. return {
  95. mode: 0,
  96. stateshow: false,
  97. state: "人民币",
  98. state_id: 0,
  99. array: [{
  100. name: "人民币",
  101. },
  102. {
  103. name: "欧元",
  104. },
  105. {
  106. name: "美元",
  107. },
  108. ],
  109. sum: "",
  110. pay_type: "balance",
  111. orderid: "",
  112. balance: "",
  113. type: "",
  114. exchange_rate_id: "",
  115. balance1: 0,
  116. sum1: "",
  117. };
  118. },
  119. onLoad(options) {
  120. this.sum1 = options.sum;
  121. this.sum = options.sum;
  122. this.orderid = options.orderid;
  123. if (options.type) {
  124. this.type = options.type;
  125. }
  126. },
  127. onShow() {
  128. this.ratelist();
  129. // this.userinfo()
  130. },
  131. computed: {
  132. i18n() {
  133. return this.$t("index");
  134. },
  135. },
  136. methods: {
  137. //用户信息
  138. userinfo() {
  139. uni.$u.http
  140. .get("/api/member/info", {})
  141. .then((res) => {
  142. this.balance = res.balance;
  143. this.balance1 = this.balance;
  144. this.calculate1(this.balance1);
  145. })
  146. .catch(() => {});
  147. },
  148. //汇率列表
  149. ratelist() {
  150. uni.$u.http
  151. .get("/api/exchange-rate", {})
  152. .then((res) => {
  153. this.array = res.reverse();
  154. this.exchange_rate_id = this.array[0].id;
  155. this.userinfo();
  156. this.calculate();
  157. })
  158. .catch(() => {});
  159. },
  160. //汇率价格
  161. calculate() {
  162. uni.$u.http
  163. .post("/api/exchange-rate/calculate/" + this.exchange_rate_id, {
  164. price: this.sum1,
  165. })
  166. .then((res) => {
  167. this.sum = res.amount;
  168. })
  169. .catch(() => {});
  170. },
  171. calculate1(balance) {
  172. uni.$u.http
  173. .post("/api/exchange-rate/calculate/" + this.exchange_rate_id, {
  174. price: balance,
  175. })
  176. .then((res) => {
  177. this.balance = res.amount;
  178. })
  179. .catch(() => {});
  180. },
  181. change(idx) {
  182. this.mode = idx;
  183. if (idx == 0) {
  184. this.pay_type = "balance";
  185. }
  186. if (idx == 1) {
  187. this.pay_type = "wechat";
  188. }
  189. if (idx == 2) {
  190. this.pay_type = "customer";
  191. }
  192. },
  193. statechange(item, idx) {
  194. this.state = item.name;
  195. this.state_id = idx;
  196. this.exchange_rate_id = item.id;
  197. this.stateshow = !this.stateshow;
  198. this.calculate();
  199. this.calculate1(this.balance1);
  200. },
  201. confirm() {
  202. // console.log(new Date().getTime());
  203. if (this.type == "") {
  204. uni.$u.http
  205. .post("/api/order/payment", {
  206. order_id: this.orderid,
  207. pay_type: this.pay_type,
  208. customer_currency: "RMB",
  209. })
  210. .then((res) => {
  211. console.log(res);
  212. if (this.pay_type == "wechat") {
  213. uni.requestPayment({
  214. provider: "wxpay",
  215. timeStamp: String(res.timeStamp),
  216. nonceStr: res.nonceStr,
  217. package: res.package,
  218. signType: res.signType,
  219. paySign: res.paySign,
  220. success: function(res) {
  221. this.$u.toast("支付成功");
  222. console.log("success:" + JSON.stringify(res));
  223. setTimeout(() => {
  224. uni.navigateTo({
  225. url: "confirm",
  226. });
  227. }, 800);
  228. },
  229. fail: function(err) {
  230. console.log("fail:" + JSON.stringify(err));
  231. },
  232. // success: (result) => {
  233. //
  234. // // console.log(result);
  235. // },
  236. // fail: (error) => {
  237. // console.log(error);
  238. // },
  239. });
  240. }
  241. })
  242. .catch(() => {});
  243. } else {
  244. uni.$u.http
  245. .post("/api/pay", {
  246. order_id: this.orderid,
  247. pay_type: this.pay_type,
  248. type: this.type,
  249. exchange_rate_id: this.exchange_rate_id,
  250. })
  251. .then((res) => {
  252. if (this.pay_type == "wechat") {
  253. uni.requestPayment({
  254. provider: "wxpay",
  255. timeStamp: String(res.timeStamp),
  256. nonceStr: res.nonceStr,
  257. package: res.package,
  258. signType: res.signType,
  259. paySign: res.paySign,
  260. success: function(res) {
  261. console.log("success:" + JSON.stringify(res));
  262. setTimeout(() => {
  263. uni.switchTab({
  264. url: "/pages/express/express",
  265. });
  266. }, 800);
  267. },
  268. fail: function(err) {
  269. console.log("fail:" + JSON.stringify(err));
  270. },
  271. });
  272. } else {
  273. this.$u.toast("支付成功");
  274. setTimeout(() => {
  275. uni.switchTab({
  276. url: "/pages/express/express",
  277. });
  278. }, 800);
  279. }
  280. // uni.navigateTo({
  281. // url: 'confirm'
  282. // })
  283. })
  284. .catch(() => {});
  285. }
  286. },
  287. },
  288. };
  289. </script>
  290. <style lang="scss" scoped>
  291. .payment {
  292. font-family: PingFangSC, PingFang SC;
  293. font-weight: 500;
  294. font-size: 24rpx;
  295. color: #222222;
  296. line-height: 34rpx;
  297. text-align: left;
  298. font-style: normal;
  299. }
  300. .content {
  301. font-family: PingFangSC, PingFang SC;
  302. font-weight: 400;
  303. font-size: 20rpx;
  304. color: #777777;
  305. line-height: 28rpx;
  306. text-align: left;
  307. font-style: normal;
  308. }
  309. .stateac {
  310. font-family: PingFangSC, PingFang SC;
  311. font-weight: 400;
  312. font-size: 24rpx;
  313. color: #ff1515;
  314. line-height: 34rpx;
  315. text-align: left;
  316. font-style: normal;
  317. }
  318. .unstate {
  319. font-family: PingFangSC, PingFang SC;
  320. font-weight: 400;
  321. font-size: 24rpx;
  322. color: #222222;
  323. line-height: 34rpx;
  324. text-align: left;
  325. font-style: normal;
  326. }
  327. .confirm {
  328. position: fixed;
  329. bottom: 66rpx;
  330. width: 702rpx;
  331. height: 84rpx;
  332. background: #f83224;
  333. border-radius: 44rpx;
  334. font-family: PingFangSC, PingFang SC;
  335. font-weight: 500;
  336. font-size: 32rpx;
  337. color: #ffffff;
  338. line-height: 84rpx;
  339. text-align: center;
  340. font-style: normal;
  341. }
  342. .payitem {
  343. width: 702rpx;
  344. height: 140rpx;
  345. background: #ffffff;
  346. border-radius: 12rpx;
  347. padding: 34rpx 24rpx;
  348. box-sizing: border-box;
  349. }
  350. .back {
  351. padding: 20rpx 24rpx;
  352. box-sizing: border-box;
  353. .topbox {
  354. position: relative;
  355. .state {
  356. // width: 128rpx;
  357. // height: 56rpx;
  358. background: #ffffff;
  359. border-radius: 6rpx;
  360. padding: 12rpx;
  361. box-sizing: border-box;
  362. }
  363. .paysum {
  364. font-family: PingFangSC, PingFang SC;
  365. font-weight: 400;
  366. font-size: 28rpx;
  367. color: #222222;
  368. line-height: 40rpx;
  369. text-align: left;
  370. font-style: normal;
  371. }
  372. .numbe {
  373. font-family: HarmonyOS_Sans_Medium;
  374. font-size: 28rpx;
  375. color: #000000;
  376. line-height: 38rpx;
  377. text-align: left;
  378. font-style: normal;
  379. margin-top: 20rpx;
  380. }
  381. }
  382. }
  383. </style>