Commit d0726083 by 姜雷

Merge branch 'test'

parents e952588e 2fb9b18a
...@@ -32,5 +32,5 @@ export const getPayOrder = ( ...@@ -32,5 +32,5 @@ export const getPayOrder = (
baseFetch({ baseFetch({
url: '/smapro/prepay/order/wx/apply/pay', url: '/smapro/prepay/order/wx/apply/pay',
method: 'POST', method: 'POST',
data: entity, data: { ...entity, appId: 'wx99b75b4bdb31b3c3' },
}); });
...@@ -22,6 +22,13 @@ ...@@ -22,6 +22,13 @@
text-align: right; text-align: right;
} }
} }
.Pay-info-position {
text-align: right;
width: 500px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
} }
} }
.Pay-tip { .Pay-tip {
......
...@@ -819,7 +819,7 @@ class Pay extends Component { ...@@ -819,7 +819,7 @@ class Pay extends Component {
</View> </View>
<View className='Pay-info-item'> <View className='Pay-info-item'>
<Text>设备位置</Text> <Text>设备位置</Text>
<Text>{device.position}</Text> <Text className='Pay-info-position'>{device.position}</Text>
</View> </View>
<View className='Pay-info-item'> <View className='Pay-info-item'>
<Text>适用费率</Text> <Text>适用费率</Text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment