tooltipNew.vue 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. <template>
  2. <view>
  3. <u-overlay :show="ishow">
  4. <view class="dialog">
  5. <view :class="'dialog-top ' + getClass()">
  6. <view class="dialog-title">
  7. <text v-if="type==='type3'">注册已驳回</text>
  8. <text v-else-if="type==='type4'">账号提示</text>
  9. <text v-else-if="type==='type5'" style="color: #FC5536;">{{phone}}</text>
  10. <text v-else-if="type==='loginOut'">系统提示</text>
  11. <text v-else-if="type==='type6'"></text>
  12. <text v-else-if="type==='type7'">提示</text>
  13. <text v-else-if="type==='type8'">提示</text>
  14. <text v-else-if="type==='type9'">提示</text>
  15. <text v-else-if="type==='type10'">重置密码成功</text>
  16. <text v-else-if="type==='type11'">提示</text>
  17. <text v-else>账号正在审核</text>
  18. </view>
  19. </view>
  20. <view class="dialog-bottom">
  21. <view class="textBox" v-if="type==='type3'">
  22. <text>驳回原因:</text>
  23. <text style="color: #FC5536;">{{auditContent}}</text>
  24. <!-- <text style="color: #FC5536;">填写不正确,法人联系方式</text>
  25. <text style="color: #FC5536;">不正确</text> -->
  26. <text>请重新注册账号</text>
  27. </view>
  28. <view class="textBox" v-else-if="type==='type10'">
  29. <text>司机姓名:{{driverName}} </text>
  30. <text>账号:{{driverPhone}} </text>
  31. <text>密码:{{driverPassword}}</text>
  32. <text style="color: #FC5536;">将图片保存可发送给司机</text>
  33. <text style="color: #FC5536;">司机使用新密码再次登录</text>
  34. </view>
  35. <view class="textBox" v-else-if="type==='type2'">
  36. <text>账号:{{username}} </text>
  37. <text>密码:{{password}} </text>
  38. <text>(<text style="color: #FC5536;">请记住账号、密码</text>)</text>
  39. <text>待城管部门审核完毕</text>
  40. <text>即可登录使用企业功能</text>
  41. </view>
  42. <view class="textBox" v-else-if="type==='type4'">
  43. <text>您的账号为</text>
  44. <text style="color: #FC5536;">{{username}}</text>
  45. <text>请妥善记录账号</text>
  46. <text>避免影响正常使用</text>
  47. </view>
  48. <view class="textBox" v-else-if="type==='type5'">
  49. <text>请拨打城管部门电话</text>
  50. <text>主动说明本企业的真实信息</text>
  51. <text>告知城管人员</text>
  52. <text>需要城管部门给予重置密码设置</text>
  53. <text>并将密码反馈企业后重新登录移动端</text>
  54. </view>
  55. <view class="textBox" v-else-if="type==='loginOut'">
  56. <text>确定注销并退出系统吗?</text>
  57. </view>
  58. <view class="textBox" style="margin-top:48rpx;margin-bottom: 48rpx;" v-else-if="type==='type6'">
  59. <text style="color: #FC5536;">当前运输正在进行中,不可操作返回,
  60. </text><text style="color: #FC5536;">请完成本次运输后,点击“结束运输”</text>
  61. <text style="color: #FC5536;">上传车辆状态,结束运输</text>
  62. </view>
  63. <view class="textBox" v-else-if="type==='type7'">
  64. <text style="color: #FC5536;">未选择企业</text>
  65. <text style="color: #FC5536;">请在企业选择模块中进行企业选择</text>
  66. </view>
  67. <view class="textBox" v-else-if="type==='type8'">
  68. <text>有正在执行的运输,</text>
  69. <text>已经为您自动切换到正在执行运输的企业。</text>
  70. </view>
  71. <view class="textBox" v-else-if="type==='type9'">
  72. <text style="color: #FC5536;">有正在执行的运输,</text>
  73. <text style="color: #FC5536;">禁止切换企业。</text>
  74. </view>
  75. <view class="textBox" v-else-if="type==='type11'">
  76. <text style="color: #FC5536;">请完善个人信息,</text>
  77. <text style="color: #FC5536;">如未完善不可执行运输任务。</text>
  78. </view>
  79. <view class="textBox" v-else>
  80. <text>待城管部门审核完毕</text>
  81. <text>即可正常使用企业功能</text>
  82. </view>
  83. <u-button v-if="type!=='type6'" class="dialog-button" @click="close"
  84. color="linear-gradient(to top, #F59A02, #FFD334 )" shape="circle" type="warning" text="">
  85. {{type==='type11'?'去 完 善':type==='type10'?'保存图片':type==='type3'?'去注册':type==='type5'?'确 定 呼 叫':type==='loginOut'?'确 定 退 出':'我 知 道 了'}}
  86. </u-button>
  87. </view>
  88. <view class="update-close" @tap="close(true)">
  89. <u-icon size="66" color="#ffffff" name="close-circle"></u-icon>
  90. </view>
  91. </view>
  92. </u-overlay>
  93. </view>
  94. </template>
  95. <script>
  96. export default {
  97. name: 'HomeHint',
  98. props: {
  99. show: {
  100. type: Boolean,
  101. default: "",
  102. },
  103. username: {
  104. type: String,
  105. default: "ltkj0102",
  106. },
  107. password: {
  108. type: String,
  109. default: "ltkj0102",
  110. },
  111. auditContent: {
  112. type: String,
  113. default: "",
  114. },
  115. phone: {
  116. type: String,
  117. default: "0431-8563996",
  118. },
  119. //type1 登录时提示
  120. //type2 注册完提示
  121. //type3 注册驳回提示
  122. //type4 查询账号提示
  123. //type5 忘记密码提示
  124. //type6 启动运输退出时提示
  125. //type7 未选择企业进行提示
  126. //type8 有正在运输的企业进行提示
  127. //type9 有正在运输的企业禁止切换的提示
  128. //type10 重置密码提示框
  129. //type11 强制提醒司机完善信息
  130. type: {
  131. type: String,
  132. default: "type5",
  133. },
  134. driverName: {
  135. type: String,
  136. default: ''
  137. },
  138. driverPassword: {
  139. type: String,
  140. default: ''
  141. },
  142. driverPhone: {
  143. type: String,
  144. default: ''
  145. }
  146. },
  147. data() {
  148. return {
  149. ishow: false
  150. }
  151. },
  152. methods: {
  153. close(is) {
  154. if (is) {
  155. this.$emit('close', true)
  156. } else {
  157. this.$emit('close')
  158. }
  159. },
  160. getClass() {
  161. let tooltipBj = ''
  162. switch (this.type) {
  163. case 'type3':
  164. tooltipBj = 'tooltip2';
  165. break;
  166. case 'type4':
  167. tooltipBj = 'tooltip3';
  168. break;
  169. case 'type5':
  170. tooltipBj = 'tooltip4';
  171. break;
  172. case 'type6':
  173. tooltipBj = 'tooltip2';
  174. default:
  175. tooltipBj = 'tooltip1'
  176. }
  177. return tooltipBj
  178. }
  179. },
  180. watch: {
  181. show: {
  182. handler(value) {
  183. this.ishow = value;
  184. },
  185. immediate: true, //设置为 true 时,第一次进入页面时即监听
  186. deep: true, // 深度监听父组件传过来对象变化
  187. }
  188. },
  189. }
  190. </script>
  191. <style lang="scss" scoped>
  192. .dialog {
  193. position: fixed;
  194. width: 80%;
  195. /* height: 462rpx; */
  196. padding: 0 0 20rpx 0;
  197. background: rgba(255, 255, 255, 0.75);
  198. border: 2rpx solid #77A8FF;
  199. box-shadow: 0rpx 0rpx 24rpx 6rpx rgba(109, 160, 251, 0.6);
  200. border-radius: 28rpx;
  201. top: 50%;
  202. left: 50%;
  203. transform: translate(-50%, -50%);
  204. }
  205. .dialog-top {
  206. position: relative;
  207. height: 299rpx;
  208. top: -86rpx;
  209. width: 100%;
  210. }
  211. .tooltip1 {
  212. background: url('@/static/images/tooltip1.png');
  213. background-size: 100% 100%;
  214. }
  215. .tooltip2 {
  216. background: url('@/static/images/tooltip2.png');
  217. background-size: 100% 100%;
  218. }
  219. .tooltip3 {
  220. background: url('@/static/images/tooltip3.png');
  221. background-size: 100% 100%;
  222. }
  223. .tooltip4 {
  224. background: url('@/static/images/tooltip4.png');
  225. background-size: 100% 100%;
  226. }
  227. .dialog-title {
  228. text-align: center;
  229. position: absolute;
  230. bottom: 31rpx;
  231. left: 50%;
  232. transform: translate(-50%);
  233. font-weight: bold;
  234. color: #2F4173;
  235. font-size: 34rpx;
  236. }
  237. .dialog-bottom {
  238. /* width: 542rpx; */
  239. /* height: 200rpx; */
  240. /* position: absolute; */
  241. /* bottom: 15rpx; */
  242. display: flex;
  243. flex-direction: column;
  244. align-items: center;
  245. margin-top: -70rpx;
  246. padding: 0 33rpx;
  247. }
  248. .textBox {
  249. word-break: break-all;
  250. word-wrap: break-word;
  251. font-size: 30rpx;
  252. font-weight: bold;
  253. color: #485B93;
  254. line-height: 60rpx;
  255. text-align: center;
  256. display: flex;
  257. flex-direction: column;
  258. align-items: center;
  259. }
  260. .dialog-button {
  261. width: 238rpx;
  262. height: 72rpx;
  263. margin-top: 42rpx;
  264. margin-bottom: 42rpx;
  265. font-size: 28rpx;
  266. font-weight: bold;
  267. }
  268. .update-close {
  269. position: absolute;
  270. text-align: center;
  271. left: 50%;
  272. transform: translate(-50%);
  273. bottom: -100rpx;
  274. }
  275. </style>