ddlucky 9 months ago
parent 28de071d00
commit ca28e79c65

@ -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

@ -77,7 +77,7 @@
disabled="{{disabled}}" bindtap="AddFeeClick" hover-class="other-button-hover"> 添加费用 </button> disabled="{{disabled}}" bindtap="AddFeeClick" hover-class="other-button-hover"> 添加费用 </button>
<view class="jiayouList" wx:for="{{headData.FeeList}}" wx:key="item" data-gid="{{item.GID}}"> <view class="jiayouList" wx:for="{{headData.FeeList}}" wx:key="item" data-gid="{{item.GID}}">
<view class="weui-cell" > <view class="weui-cell" >
<picker style="font-weight: bold;font-size: 16px;width: 245px;" <picker style="font-weight: bold;font-size: 16px;width: 200px;"
bindchange="vmodel_fee" id="FEENAME" bindchange="vmodel_fee" id="FEENAME"
data-item="{{item.GID}}" data-item="{{item.GID}}"
value="{{item.F_NO}}" range="{{headData.FeeNameList}}"> value="{{item.F_NO}}" range="{{headData.FeeNameList}}">

Loading…
Cancel
Save