|
@@ -65,7 +65,10 @@
|
|
|
<input v-model="customData.bigCount" @input="countPrice" :focus="isFocus" type="number" />扎
|
|
<input v-model="customData.bigCount" @input="countPrice" :focus="isFocus" type="number" />扎
|
|
|
<input v-model="customData.smallCount" @input="countPrice" type="number" style="margin-left:24upx" />支
|
|
<input v-model="customData.smallCount" @input="countPrice" type="number" style="margin-left:24upx" />支
|
|
|
</view>
|
|
</view>
|
|
|
- <view><input v-model="customData.userPrice" type="digit" disabled placeholder="金额" style="display:inline-block;margin-bottom:10rpx;" /></view>
|
|
|
|
|
|
|
+ <view class="num_bx">
|
|
|
|
|
+ <input style="width: 495rpx" v-model="customData.userPrice" @focus="customData.userPrice = null" type="number" placeholder="金额" />
|
|
|
|
|
+ <text>元</text>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
</modal-module>
|
|
</modal-module>
|