main
ddlucky 10 months ago
parent e9447bb1c8
commit 41f829d04d

@ -23,8 +23,8 @@ App({
this.globalData = { this.globalData = {
serverUrl: 'http://localhost:10200/Dispatch/WxApp', //serverUrl: 'http://localhost:10200/Dispatch/WxApp',
//serverUrl: 'https://trans.qzfanghe.com/Dispatch/WxApp', serverUrl: 'https://trans.qzfanghe.com/Dispatch/WxApp',
baseInfo: null, baseInfo: null,
detailInfo:null detailInfo:null

@ -114,8 +114,8 @@
<view style="display: flex;align-items: center;"> <view style="display: flex;align-items: center;">
<label class="weui-label" style="font-weight: bold;font-size: 14px;text-align: right;">备注:</label> <label class="weui-label" style="font-weight: bold;font-size: 14px;text-align: right;">备注:</label>
<radio-group data-index="{{idx}}" bindchange="radioChange"> <radio-group data-index="{{idx}}" bindchange="radioChange">
<radio value="记账" />记账 <radio value="记账" checked="{{item.REMARK=='记账'}}" />记账
<radio value="现金" />现金 <radio value="现金" checked="{{item.REMARK=='现金'}}" />现金
</radio-group> </radio-group>
</view> </view>

Loading…
Cancel
Save