d第一次提交
This commit is contained in:
1
unpackage/dist/build/mp-weixin/ChargingStation/pages/placeOrder/result/index.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/ChargingStation/pages/placeOrder/result/index.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["ChargingStation/pages/placeOrder/result/index"],{"0a9d":function(n,t,e){"use strict";(function(n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var e={data:function(){return{price:0,timerData:null}},onLoad:function(n){console.log(n,"==="),this.price=n.price,this.id=n.id,this.timer()},methods:{timer:function(){var t=this;setTimeout((function(){n.showToast({title:"即将跳转到订单详情",icon:"none",success:function(){this.timerData=setTimeout((function(){n.navigateTo({url:"/Order/pages/charging/index?id=".concat(t.id)})}),2e3)}})}))},footerClick:function(){clearTimeout(this.timerData),this.timerData=null,n.reLaunch({url:"/pages/index/index"})}}};t.default=e}).call(this,e("543d")["default"])},"1c91":function(n,t,e){"use strict";e.r(t);var i=e("0a9d"),a=e.n(i);for(var u in i)["default"].indexOf(u)<0&&function(n){e.d(t,n,(function(){return i[n]}))}(u);t["default"]=a.a},"63b7":function(n,t,e){"use strict";e.d(t,"b",(function(){return a})),e.d(t,"c",(function(){return u})),e.d(t,"a",(function(){return i}));var i={uniIcons:function(){return Promise.all([e.e("common/vendor"),e.e("uni_modules/uni-icons/components/uni-icons/uni-icons")]).then(e.bind(null,"e4f7"))}},a=function(){var n=this.$createElement;this._self._c},u=[]},"65a0":function(n,t,e){"use strict";var i=e("d3f0"),a=e.n(i);a.a},d3f0:function(n,t,e){},ea42:function(n,t,e){"use strict";e.r(t);var i=e("63b7"),a=e("1c91");for(var u in a)["default"].indexOf(u)<0&&function(n){e.d(t,n,(function(){return a[n]}))}(u);e("65a0");var c=e("f0c5"),o=Object(c["a"])(a["default"],i["b"],i["c"],!1,null,"f99c6762",null,!1,i["a"],void 0);t["default"]=o.exports},fdaa:function(n,t,e){"use strict";(function(n,t){var i=e("4ea4");e("9773");i(e("66fd"));var a=i(e("ea42"));n.__webpack_require_UNI_MP_PLUGIN__=e,t(a.default)}).call(this,e("bc2e")["default"],e("543d")["createPage"])}},[["fdaa","common/runtime","common/vendor"]]]);
|
||||
8
unpackage/dist/build/mp-weixin/ChargingStation/pages/placeOrder/result/index.json
vendored
Normal file
8
unpackage/dist/build/mp-weixin/ChargingStation/pages/placeOrder/result/index.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTitleText": "支付",
|
||||
"enablePullDownRefresh": false,
|
||||
"usingComponents": {
|
||||
"uni-icons": "/uni_modules/uni-icons/components/uni-icons/uni-icons"
|
||||
}
|
||||
}
|
||||
1
unpackage/dist/build/mp-weixin/ChargingStation/pages/placeOrder/result/index.wxml
vendored
Normal file
1
unpackage/dist/build/mp-weixin/ChargingStation/pages/placeOrder/result/index.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="result_container flex column data-v-f99c6762"><view class="result_body flex oneflex column ac jc data-v-f99c6762"><uni-icons vue-id="eb1c46da-1" type="checkbox-filled" color="#121836" size="70" class="data-v-f99c6762" bind:__l="__l"></uni-icons><view class="result_type data-v-f99c6762">支付成功</view><view class="result_price data-v-f99c6762">{{"¥"+price}}</view></view><view class="result_footer data-v-f99c6762"><view data-event-opts="{{[['tap',[['footerClick',['$event']]]]]}}" class="result_footer_botton flex ac jc data-v-f99c6762" bindtap="__e">关闭</view></view></view>
|
||||
1
unpackage/dist/build/mp-weixin/ChargingStation/pages/placeOrder/result/index.wxss
vendored
Normal file
1
unpackage/dist/build/mp-weixin/ChargingStation/pages/placeOrder/result/index.wxss
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.result_container.data-v-f99c6762{width:100vw;height:100vh;overflow:hidden;background-color:#f1f8fd;padding:0 35rpx;box-sizing:border-box}.result_container .result_body.data-v-f99c6762{width:100%}.result_container .result_body .result_price.data-v-f99c6762{color:rgba(0,0,0,.85);font-size:40rpx}.result_container .result_body .result_type.data-v-f99c6762{font-size:52rpx;color:#121836;font-weight:600}.result_container .result_footer.data-v-f99c6762{padding-bottom:env(safe-area-inset-bottom)}.result_container .result_footer .result_footer_botton.data-v-f99c6762{width:100%;height:106rpx;background:#121836;border-radius:15rpx 15rpx 15rpx 15rpx;opacity:1;color:#fff;font-size:34rpx;font-weight:600}
|
||||
Reference in New Issue
Block a user