暂存code
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const Header = () => "../../components/header.js";
|
||||
const _sfc_main = {
|
||||
components: { Header },
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
@@ -13,8 +15,9 @@ const _sfc_main = {
|
||||
}
|
||||
};
|
||||
if (!Array) {
|
||||
const _component_Header = common_vendor.resolveComponent("Header");
|
||||
const _easycom_up_image2 = common_vendor.resolveComponent("up-image");
|
||||
_easycom_up_image2();
|
||||
(_component_Header + _easycom_up_image2)();
|
||||
}
|
||||
const _easycom_up_image = () => "../../uni_modules/uview-plus/components/u-image/u-image.js";
|
||||
if (!Math) {
|
||||
@@ -23,12 +26,17 @@ if (!Math) {
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: common_vendor.p({
|
||||
leftTitle: "",
|
||||
["left-path-type"]: "switchTab",
|
||||
["left-path"]: "/pages/mine/mine"
|
||||
}),
|
||||
b: common_vendor.p({
|
||||
src: "/static/product/ok.png",
|
||||
width: "120",
|
||||
height: "120",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
b: common_vendor.o((...args) => $options.jumpHome && $options.jumpHome(...args))
|
||||
c: common_vendor.o((...args) => $options.jumpHome && $options.jumpHome(...args))
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-4af61460"]]);
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
{
|
||||
"navigationBarTitleText": "",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTextStyle": "black",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default",
|
||||
"navigationStyle": "custom",
|
||||
"usingComponents": {
|
||||
"header": "../../components/header",
|
||||
"up-image": "../../uni_modules/uview-plus/components/u-image/u-image"
|
||||
}
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
<view class="order_sumbit_ok_warp data-v-4af61460"><view class="ok_img data-v-4af61460"><up-image wx:if="{{a}}" class="data-v-4af61460" u-i="4af61460-0" bind:__l="__l" u-p="{{a}}"></up-image><view class="ok_img_msg data-v-4af61460">支付成功</view></view><view class="ok_but data-v-4af61460" bindtap="{{b}}">确认</view></view>
|
||||
<view class="order_sumbit_ok_warp data-v-4af61460"><header wx:if="{{a}}" class="data-v-4af61460" u-i="4af61460-0" bind:__l="__l" u-p="{{a}}"/><view class="order_sumbit_ok_content_warp data-v-4af61460"><view class="ok_img data-v-4af61460"><up-image wx:if="{{b}}" class="data-v-4af61460" u-i="4af61460-1" bind:__l="__l" u-p="{{b}}"></up-image><view class="ok_img_msg data-v-4af61460">支付成功</view></view><view class="ok_but data-v-4af61460" bindtap="{{c}}">确认</view></view></view>
|
||||
@@ -25,6 +25,8 @@
|
||||
.order_sumbit_ok_warp.data-v-4af61460 {
|
||||
height: calc(100vh - 80rpx);
|
||||
text-align: center;
|
||||
}
|
||||
.order_sumbit_ok_warp .order_sumbit_ok_content_warp.data-v-4af61460 {
|
||||
padding: 40rpx;
|
||||
}
|
||||
.order_sumbit_ok_warp .ok_img.data-v-4af61460 {
|
||||
|
||||
Reference in New Issue
Block a user