gdpaoup #90

Merged
gyh merged 1 commits from gyh into master 2020-09-05 20:05:03 +08:00
2 changed files with 7 additions and 7 deletions

View File

@ -108,9 +108,9 @@
}, },
"androidStyle" : "default", "androidStyle" : "default",
"android" : { "android" : {
"hdpi" : "E:/Source-code/deming/static/app/start/480x762.PNG", "hdpi" : "E:/Source-code/deming/static/app/start/480x762.png",
"xhdpi" : "E:/Source-code/deming/static/app/start/720x1242.PNG", "xhdpi" : "E:/Source-code/deming/static/app/start/720x1242.png",
"xxhdpi" : "E:/Source-code/deming/static/app/start/1080x1882.PNG" "xxhdpi" : "E:/Source-code/deming/static/app/start/1080x1882.png"
} }
} }
} }

View File

@ -171,22 +171,22 @@
</view> </view>
<view v-if="invoice_type==2"> <view v-if="invoice_type==2">
<text>单位地址</text> <text>单位地址</text>
<view class="u-line-2">{{ invoiceList.invoice_goto_addr }}</view> <view class="u-line-3">{{ invoiceList.invoice_goto_addr }}</view>
</view> </view>
<view> <view>
<text>电话号码</text> <text>电话号码</text>
<text>{{ invoiceList.invoice_reg_mobphone }}</text> <text>{{ invoiceList.invoice_rec_mobphone }}</text>
</view> </view>
<view v-if="invoice_type==2"> <view v-if="invoice_type==2">
<text>开户银行</text> <text>开户银行</text>
<text>{{ invoiceList.invoice_reg_bname }}</text> <view class="u-line-3">{{ invoiceList.invoice_reg_bname }}</view>
</view> </view>
<view v-if="invoice_type==2"> <view v-if="invoice_type==2">
<text>银行账户</text> <text>银行账户</text>
<text>{{ invoiceList.invoice_reg_baccount }}</text> <text>{{ invoiceList.invoice_reg_baccount }}</text>
</view> </view>
<view v-if="invoice_type==1"> <view v-if="invoice_type==1">
<text>份证号</text> <text>份证号</text>
<text>{{ invoiceList.invoice_code }}</text> <text>{{ invoiceList.invoice_code }}</text>
</view> </view>
</view> </view>