gdpaoup #90
@ -108,9 +108,9 @@
|
||||
},
|
||||
"androidStyle" : "default",
|
||||
"android" : {
|
||||
"hdpi" : "E:/Source-code/deming/static/app/start/480x762.PNG",
|
||||
"xhdpi" : "E:/Source-code/deming/static/app/start/720x1242.PNG",
|
||||
"xxhdpi" : "E:/Source-code/deming/static/app/start/1080x1882.PNG"
|
||||
"hdpi" : "E:/Source-code/deming/static/app/start/480x762.png",
|
||||
"xhdpi" : "E:/Source-code/deming/static/app/start/720x1242.png",
|
||||
"xxhdpi" : "E:/Source-code/deming/static/app/start/1080x1882.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -171,22 +171,22 @@
|
||||
</view>
|
||||
<view v-if="invoice_type==2">
|
||||
<text>单位地址:</text>
|
||||
<view class="u-line-2">{{ invoiceList.invoice_goto_addr }}</view>
|
||||
<view class="u-line-3">{{ invoiceList.invoice_goto_addr }}</view>
|
||||
</view>
|
||||
<view>
|
||||
<text>电话号码:</text>
|
||||
<text>{{ invoiceList.invoice_reg_mobphone }}</text>
|
||||
<text>{{ invoiceList.invoice_rec_mobphone }}</text>
|
||||
</view>
|
||||
<view v-if="invoice_type==2">
|
||||
<text>开户银行:</text>
|
||||
<text>{{ invoiceList.invoice_reg_bname }}</text>
|
||||
<view class="u-line-3">{{ invoiceList.invoice_reg_bname }}</view>
|
||||
</view>
|
||||
<view v-if="invoice_type==2">
|
||||
<text>银行账户:</text>
|
||||
<text>{{ invoiceList.invoice_reg_baccount }}</text>
|
||||
</view>
|
||||
<view v-if="invoice_type==1">
|
||||
<text>省份证号:</text>
|
||||
<text>身份证号:</text>
|
||||
<text>{{ invoiceList.invoice_code }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
Loading…
Reference in New Issue
Block a user