更新
This commit is contained in:
@@ -4,12 +4,12 @@
|
|||||||
<block slot="backText">返回</block>
|
<block slot="backText">返回</block>
|
||||||
<block slot="content">申请开发票</block>
|
<block slot="content">申请开发票</block>
|
||||||
</cu-custom>
|
</cu-custom>
|
||||||
<view class="bg-main-oil padding-bottom-xl padding">
|
<!-- <view class="bg-main-oil padding-bottom-xl padding">
|
||||||
<view class="ext-center text-lg padding-sm ">
|
<view class="ext-center text-lg padding-sm ">
|
||||||
开票金额 :{{realAmount}}
|
开票金额 :{{realAmount}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view
|
<!-- <view
|
||||||
class="text-center shadow radius move-top bg-gray margin margin-top-0 margin-bottom-sm bg-white text-bold text-xl padding-lg">
|
class="text-center shadow radius move-top bg-gray margin margin-top-0 margin-bottom-sm bg-white text-bold text-xl padding-lg">
|
||||||
<view class="Invoicing-header">
|
<view class="Invoicing-header">
|
||||||
<view class="Invoicing-header-text text-df">
|
<view class="Invoicing-header-text text-df">
|
||||||
@@ -61,8 +61,8 @@
|
|||||||
v-model="Invoicing.remark"></input>
|
v-model="Invoicing.remark"></input>
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
</uni-forms>
|
</uni-forms>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="text-center shadow radius margin bg-white text-bold text-xl padding-lg">
|
<!-- <view class="text-center shadow radius margin bg-white text-bold text-xl padding-lg">
|
||||||
<view class="Invoicing-header">
|
<view class="Invoicing-header">
|
||||||
<view class="Invoicing-header-text text-df">
|
<view class="Invoicing-header-text text-df">
|
||||||
接收信息
|
接收信息
|
||||||
@@ -79,10 +79,11 @@
|
|||||||
请仔细核验邮箱号是否正确
|
请仔细核验邮箱号是否正确
|
||||||
</view>
|
</view>
|
||||||
</uni-forms>
|
</uni-forms>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="btn-box">
|
<view class="btn-box">
|
||||||
<view class="tip">功能暂时维护 详情请咨询客服电话<text style="color: #00BFFF;"
|
<view class="tip">功能暂时维护 详情请咨询客服电话</view>
|
||||||
@click="arouse('13296360386')">13296360386</text></view>
|
<view>白天(上午8点-下午18点)客服电话:<text style="color: #00BFFF;" @click="arouse('13296360386')">13296360386</text></view>
|
||||||
|
<view>夜间(下午18点-次日8点)客服电话:<text style="color: #00BFFF;" @click="arouse('15653644882')">15653644882</text></view>
|
||||||
<!-- <view class="cu-btn width-50 text-lg height-80 padding text-center" @tap="backtodetail">
|
<!-- <view class="cu-btn width-50 text-lg height-80 padding text-center" @tap="backtodetail">
|
||||||
取消
|
取消
|
||||||
</view>
|
</view>
|
||||||
@@ -376,12 +377,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.tip {
|
|
||||||
width: 100%;
|
|
||||||
text-align: center;
|
|
||||||
height: 80rpx;
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notice {
|
.notice {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -453,9 +449,23 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-box {
|
.btn-box {
|
||||||
display: flex;
|
margin-top: 50%;
|
||||||
justify-content: flex-start;
|
/* display: flex; */
|
||||||
align-items: center;
|
/* justify-content: flex-start; */
|
||||||
|
/* align-items: center; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.tip {
|
||||||
|
margin-bottom: 10rpx;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
color: red;
|
||||||
|
font-size: 35rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-box > view {
|
||||||
|
margin-top: 20rpx;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Invoicing-header {
|
.Invoicing-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user