shish 3 лет назад
Родитель
Сommit
e7d6ad1493
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/pagesArrears/details.vue

+ 1 - 1
ghsApp/src/pagesArrears/details.vue

@@ -20,7 +20,7 @@
 		</view>
 		</view>
 		<view style="position:fixed;bottom:100upx;font-size:32upx;z-index:9999;background-color:red;width:100%;height:100upx;text-align:center;line-height:100upx;color:white;" 
 		<view style="position:fixed;bottom:100upx;font-size:32upx;z-index:9999;background-color:red;width:100%;height:100upx;text-align:center;line-height:100upx;color:white;" 
 		v-if="!$util.isEmpty(unClear)" @click="goClear(unClear)">
 		v-if="!$util.isEmpty(unClear)" @click="goClear(unClear)">
-			<text>客户已有一个待结账单 ¥{{unClear.actPrice?parseFloat(unClear.actPrice):0}}</text><text style="font-weight:bold;margin-left:15upx;">查看</text>
+			<text>已有一个待结账单 ¥{{unClear.actPrice?parseFloat(unClear.actPrice):0}}</text><text style="font-weight:bold;margin-left:15upx;">查看</text>
 		</view>
 		</view>
 		<view :class="device == 'ios' ? 'ios-bar-view':'android-bar-view'">
 		<view :class="device == 'ios' ? 'ios-bar-view':'android-bar-view'">
 			<template>
 			<template>