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