Parcourir la source

修改提示信息标题

wangchao il y a 3 ans
Parent
commit
fce7fed111
37 fichiers modifiés avec 76 ajouts et 76 suppressions
  1. 1 1
      demo.vue
  2. 2 2
      main.js
  3. 2 2
      pageA/product/buydetails.vue
  4. 3 3
      pageA/product/detail.vue
  5. 2 2
      pageA/product/detail_buy.vue
  6. 2 2
      pageA/product/saledetails.vue
  7. 3 3
      pageA/product/sales_detail.vue
  8. 2 2
      pageB/contract/collectLook.vue
  9. 2 2
      pageB/contract/contract.vue
  10. 2 2
      pageB/contract/look.vue
  11. 3 3
      pageB/trust/trust.vue
  12. 2 2
      pages/attestation/index.vue
  13. 1 1
      pages/attestation/indexTwo.vue
  14. 2 2
      pages/bill/index.vue
  15. 1 1
      pages/erp/contactCustomerService/contactCustomerService.vue
  16. 3 3
      pages/erp/index.vue
  17. 1 1
      pages/erp/openService/openService.vue
  18. 2 2
      pages/erpbusiness/QRCode/QRCode.vue
  19. 2 2
      pages/erpbusiness/acquisitionInformation.vue
  20. 2 2
      pages/erpbusiness/acquisitionInspection/acquisitionInspection.vue
  21. 2 2
      pages/erpbusiness/acquisitionInspection/warehouseWeighing.vue
  22. 1 1
      pages/erpbusiness/add_quality_testing.vue
  23. 4 4
      pages/erpbusiness/index.vue
  24. 3 3
      pages/grain_pulse/dynamic.vue
  25. 2 2
      pages/grain_pulse/home.vue
  26. 2 2
      pages/home/home.vue
  27. 2 2
      pages/release/release.vue
  28. 1 1
      pages/task/audit/acquisition_information_approval.vue
  29. 1 1
      pages/task/my_task.vue
  30. 3 3
      pages/tran/car_detail.vue
  31. 2 2
      pages/tran/my_tran.vue
  32. 2 2
      pages/tran/tran_detail.vue
  33. 1 1
      pages/user/depotAcquisition/depotAcquisition.vue
  34. 2 2
      pages/user/depotAcquisition/grainDeliveryRecord.vue
  35. 2 2
      pages/user/depotMonitoring.vue
  36. 2 2
      pages/user/task_detail_kn.vue
  37. 4 4
      pages/user/user.vue

+ 1 - 1
demo.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="wrap">
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>

+ 2 - 2
main.js

@@ -133,7 +133,7 @@ const request = (_gp, _mt, data = {}, failCallback) => {
 							failCallback(res.data)
 						}
 						uni.showModal({
-							title: '登录提示',
+							title: '提示',
 							content: '您尚未登录,是否立即登录?',
 							showCancel: true,
 							confirmText: '登录',
@@ -150,7 +150,7 @@ const request = (_gp, _mt, data = {}, failCallback) => {
 						if (!loginLock) {
 							loginLock = true
 							// uni.showModal({
-							// 	title: '登录提示',
+							// 	title: '提示',
 							// 	content: '您尚未登录,是否立即登录?',
 							// 	showCancel: false,
 							// 	confirmText: '登录',

+ 2 - 2
pageA/product/buydetails.vue

@@ -170,7 +170,7 @@
 			</view>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -396,7 +396,7 @@
 				if (this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 3 - 3
pageA/product/detail.vue

@@ -227,7 +227,7 @@
 			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='去认证' title='温馨提示'
 			showCancelButton='false' :content="content" @confirm="goOpenService" @cancel="cancelClick"></u-modal>
 		<u-modal v-model="isShowAlert1" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content1" @confirm="alertBtn1" @cancel="cancelClick1"></u-modal>
 	</view>
 </template>
@@ -423,7 +423,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert1 = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',
@@ -555,7 +555,7 @@
 				// })
 				// if (!this.hasLogin) {
 				// 	uni.showModal({
-				// 		title: '登录提示',
+				// 		title: '提示',
 				// 		content: '您尚未登录,是否立即登录?',
 				// 		showCancel: true,
 				// 		confirmText: '登录',

+ 2 - 2
pageA/product/detail_buy.vue

@@ -157,7 +157,7 @@
 			</view>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-					:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+					:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 					showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -241,7 +241,7 @@
 			tradeNow(){
 				if (!this.hasLogin) {
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 2 - 2
pageA/product/saledetails.vue

@@ -170,7 +170,7 @@
 			</view>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -396,7 +396,7 @@
 				if (this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 3 - 3
pageA/product/sales_detail.vue

@@ -223,7 +223,7 @@
 			</view>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -401,7 +401,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',
@@ -518,7 +518,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 2 - 2
pageB/contract/collectLook.vue

@@ -70,7 +70,7 @@
 			</view>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 
 	</view>
@@ -291,7 +291,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 2 - 2
pageB/contract/contract.vue

@@ -72,7 +72,7 @@
 			<!-- <button class="cu-btn commit margin-tb-sm lg" @click="commit">提交</button> -->
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 		<!-- </block> -->
 	</view>
@@ -360,7 +360,7 @@
 				if (this.hasLogin) {
 					this.isShowAlert = true;
 					// 	uni.showModal({
-					// 		title: '登录提示',
+					// 		title: '提示',
 					// 		content: '您尚未登录,是否立即登录?',
 					// 		showCancel: true,
 					// 		confirmText: '登录',

+ 2 - 2
pageB/contract/look.vue

@@ -91,7 +91,7 @@
 
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 
 	</view>
@@ -348,7 +348,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 3 - 3
pageB/trust/trust.vue

@@ -281,7 +281,7 @@
 			</view>
 			<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
 				:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定'
-				title='登录提示' showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick">
+				title='提示' showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick">
 			</u-modal>
 		</block>
 
@@ -400,7 +400,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',
@@ -666,7 +666,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 2 - 2
pages/attestation/index.vue

@@ -214,7 +214,7 @@
 			},
 			deleteLS(item) {
 				uni.showModal({
-					// title: '登录提示',
+					// title: '提示',
 					content: '身份信息删除后不可恢复,是否确定删除?',
 					showCancel: true,
 					confirmText: '确定',
@@ -255,7 +255,7 @@
 				this.deletes = {}
 				this.deletes.id = item.id
 				uni.showModal({
-					// title: '登录提示',
+					// title: '提示',
 					content: '身份信息删除后不可恢复,是否确定删除?',
 					showCancel: true,
 					confirmText: '确定',

+ 1 - 1
pages/attestation/indexTwo.vue

@@ -411,7 +411,7 @@
 			},
 			deleteLS(item) {
 				uni.showModal({
-					// title: '登录提示',
+					// title: '提示',
 					content: '身份信息删除后不可恢复,是否确定删除?',
 					showCancel: true,
 					confirmText: '确定',

+ 2 - 2
pages/bill/index.vue

@@ -74,7 +74,7 @@
 			</view>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -230,7 +230,7 @@
 				if(!this.hasLogin){
 					this.isShowAlert = true;
 				// 	ni.showModal({
-				// 		title: '登录提示',
+				// 		title: '提示',
 				// 		content: '您尚未登录,是否立即登录?',
 				// 		showCancel: true,
 				// 		confirmText: '登录',

+ 1 - 1
pages/erp/contactCustomerService/contactCustomerService.vue

@@ -88,7 +88,7 @@
 				if (res.data.data == "INVALID") {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '当前登入信息验证失败,是否重新登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 3 - 3
pages/erp/index.vue

@@ -57,7 +57,7 @@
 			title='您尚未开通ERP业务' showCancelButton='false' :content="content" @confirm="goOpenService"
 			@cancel="cancelClick"></u-modal>
 		<u-modal v-model="isShowAlert1" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content1" @confirm="alertBtn1" @cancel="cancelClick1"></u-modal>
 	</view>
 </template>
@@ -219,7 +219,7 @@
 				if (res.data.data == "INVALID") {
 					this.isShowAlert1 = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '当前登入信息验证失败,是否重新登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',
@@ -309,7 +309,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert1 = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 1 - 1
pages/erp/openService/openService.vue

@@ -88,7 +88,7 @@
 				if (res.data.data == "INVALID") {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '当前登入信息验证失败,是否重新登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 2 - 2
pages/erpbusiness/QRCode/QRCode.vue

@@ -6,7 +6,7 @@
 			<!-- <view class="qrcode-text">客户扫码</view> -->
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -28,7 +28,7 @@
 					if (res.data.data == "INVALID") {
 						this.isShowAlert = true;
 						// uni.showModal({
-						// 	title: "登录提示",
+						// 	title: "提示",
 						// 	content: "Session过期需要重新登录,是否立即登录",
 						// 	showCancel: true,
 						// 	confirmText: '登录',

+ 2 - 2
pages/erpbusiness/acquisitionInformation.vue

@@ -29,7 +29,7 @@
 		</view>
 		<u-toast ref="uToast" />
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 		<u-modal v-model="isShowAlert1" :title-style="{fontSize: '18px',fontWeight:'500'}"
 			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='收购信息'
@@ -101,7 +101,7 @@
 				if (res.data.data == "INVALID") {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '当前登入信息验证失败,是否重新登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 2 - 2
pages/erpbusiness/acquisitionInspection/acquisitionInspection.vue

@@ -65,7 +65,7 @@
 			<uni-load-more :status="loadStatus"></uni-load-more>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -102,7 +102,7 @@
 					if (res.data.data == "INVALID") {
 						this.isShowAlert = true;
 						// uni.showModal({
-						// 	title: "登录提示",
+						// 	title: "提示",
 						// 	content: "Session过期需要重新登录,是否立即登录",
 						// 	showCancel: true,
 						// 	confirmText: '登录',

+ 2 - 2
pages/erpbusiness/acquisitionInspection/warehouseWeighing.vue

@@ -69,7 +69,7 @@
 			<view @click='add' class="button" v-if='getRoles("acquisitionWeightOut.new")'>新增</view>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -104,7 +104,7 @@
 					if (res.data.data == "INVALID") {
 						this.isShowAlert = true;
 						// uni.showModal({
-						// 	title: "登录提示",
+						// 	title: "提示",
 						// 	content: "Session过期需要重新登录,是否立即登录",
 						// 	showCancel: true,
 						// 	confirmText: '登录',

+ 1 - 1
pages/erpbusiness/add_quality_testing.vue

@@ -160,7 +160,7 @@
 			<view @click='submit' class="button">提交</view>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>

+ 4 - 4
pages/erpbusiness/index.vue

@@ -37,7 +37,7 @@
 			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='温馨提示'
 			showCancelButton='false' :content="content" @confirm="goOpenService" @cancel="cancelClick"></u-modal>
 		<u-modal v-model="isShowAlert1" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content1" @confirm="alertBtn1" @cancel="cancelClick1"></u-modal>
 	</view>
 </template>
@@ -199,7 +199,7 @@
 				if (res.data.data == "INVALID") {
 					this.isShowAlert1 = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '当前登入信息验证失败,是否重新登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',
@@ -417,7 +417,7 @@
 				}
 				if (!this.hasLogin) {
 					uni.showModal({
-						title: '登录提示',
+						title: '提示',
 						content: '您尚未登录,是否立即登录?',
 						showCancel: true,
 						confirmText: '登录',
@@ -442,7 +442,7 @@
 			setting() {
 				if (!this.hasLogin) {
 					uni.showModal({
-						title: '登录提示',
+						title: '提示',
 						content: '您尚未登录,是否立即登录?',
 						showCancel: true,
 						confirmText: '登录',

+ 3 - 3
pages/grain_pulse/dynamic.vue

@@ -61,7 +61,7 @@
 		</view>
 		<u-back-top :scroll-top="scrollTop" mode="circle" icon="arrow-upward"></u-back-top>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -204,7 +204,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',
@@ -258,7 +258,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 2 - 2
pages/grain_pulse/home.vue

@@ -78,7 +78,7 @@
 		</view>
 		<u-back-top :scroll-top="scrollTop" mode="circle" icon="arrow-upward"></u-back-top>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -362,7 +362,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 2 - 2
pages/home/home.vue

@@ -112,7 +112,7 @@
 			</view>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-					:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+					:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 					showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -232,7 +232,7 @@ export default {
 		if (!this.hasLogin) {
 			this.isShowAlert = true;
 			// uni.showModal({
-			// 	title: '登录提示',
+			// 	title: '提示',
 			// 	content: '您尚未登录,是否立即登录?',
 			// 	showCancel: true,
 			// 	confirmText: '登录',

+ 2 - 2
pages/release/release.vue

@@ -172,7 +172,7 @@
 				if (item.type == "买粮") {
 					var that = this
 					uni.showModal({
-						// title: '登录提示',
+						// title: '提示',
 						content: '确定删除该信息?',
 						showCancel: true,
 						confirmText: '确定',
@@ -203,7 +203,7 @@
 					})
 				} else if (item.type == "卖粮") {
 					uni.showModal({
-						// title: '登录提示',
+						// title: '提示',
 						content: '确定删除该信息?',
 						showCancel: true,
 						confirmText: '确定',

+ 1 - 1
pages/task/audit/acquisition_information_approval.vue

@@ -24,7 +24,7 @@
 			<u-button v-if='isSHowBtn' @click='passSubmit' type="success" class="btn2">通过</u-button>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>

+ 1 - 1
pages/task/my_task.vue

@@ -189,7 +189,7 @@
 			this.$api.doRequest('get', '/commonUser/api/checkSession').then(res => {
 				if (res.data.data == "INVALID") {
 					uni.showModal({
-						title: '登录提示',
+						title: '提示',
 						content: '当前登入信息验证失败,是否重新登录?',
 						showCancel: true,
 						confirmText: '登录',

+ 3 - 3
pages/tran/car_detail.vue

@@ -80,7 +80,7 @@
 			</view>
 		</view> -->
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -157,7 +157,7 @@
 			showModal(e) {
 				// if (!this.hasLogin||this.userInfo.phone == undefined) {
 				// 	uni.showModal({
-				// 		title: '登录提示',
+				// 		title: '提示',
 				// 		content: '您尚未登录,是否立即登录?',
 				// 		showCancel: true,
 				// 		confirmText: '登录',
@@ -224,7 +224,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 2 - 2
pages/tran/my_tran.vue

@@ -131,7 +131,7 @@
 			</swiper-item>
 		</swiper>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -252,7 +252,7 @@
 				if (!this.hasLogin || this.userInfo.phone == undefined) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 2 - 2
pages/tran/tran_detail.vue

@@ -82,7 +82,7 @@
 			</view>
 			<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
 				:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定'
-				title='登录提示' showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick">
+				title='提示' showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick">
 			</u-modal>
 			<!-- <view class="d-header">
 				<text>承运信息</text>
@@ -579,7 +579,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 1 - 1
pages/user/depotAcquisition/depotAcquisition.vue

@@ -43,7 +43,7 @@
 			</view>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>

+ 2 - 2
pages/user/depotAcquisition/grainDeliveryRecord.vue

@@ -30,11 +30,11 @@
 			</view>
 			<u-modal v-model="isShowAlert1" :title-style="{fontSize: '18px',fontWeight:'500'}"
 				:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定'
-				title='登录提示' showCancelButton='false' :content="content1" @confirm="alertBtn" @cancel="cancelClick">
+				title='提示' showCancelButton='false' :content="content1" @confirm="alertBtn" @cancel="cancelClick">
 			</u-modal>
 			<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
 				:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定'
-				title='登录提示' showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick">
+				title='提示' showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick">
 			</u-modal>
 		</view>
 	</mescroll-body>

+ 2 - 2
pages/user/depotMonitoring.vue

@@ -33,7 +33,7 @@
 			</view>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -90,7 +90,7 @@
 				if (res.data.data == "INVALID") {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '当前登入信息验证失败,是否重新登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',

+ 2 - 2
pages/user/task_detail_kn.vue

@@ -92,7 +92,7 @@
 			</view>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 </template>
@@ -129,7 +129,7 @@
 			if (!this.hasLogin) {
 				this.isShowAlert = true;
 				// uni.showModal({
-				// 	title: '登录提示',
+				// 	title: '提示',
 				// 	content: '您尚未登录,是否立即登录?',
 				// 	showCancel: true,
 				// 	confirmText: '登录',

+ 4 - 4
pages/user/user.vue

@@ -50,7 +50,7 @@
 			</view>
 		</view>
 		<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
-			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='登录提示'
+			:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
 			showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
 	</view>
 	<!-- <view style="margin-top: 10rpx;">
@@ -421,7 +421,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',
@@ -562,7 +562,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',
@@ -588,7 +588,7 @@
 				if (!this.hasLogin) {
 					this.isShowAlert = true;
 					// uni.showModal({
-					// 	title: '登录提示',
+					// 	title: '提示',
 					// 	content: '您尚未登录,是否立即登录?',
 					// 	showCancel: true,
 					// 	confirmText: '登录',