Chezhurenzheng.vue 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <template>
  2. <view>
  3. <customNav :shownav="true" :title="$t('dache.renzhengxx')" tinColor="#006AFF" jiantou="0" ></customNav>
  4. <view class="listContenV">
  5. <view class="contentInRowS drawerlist">
  6. <view class="contentColumn" style="padding-left: 20rpx;">
  7. <text class="rztitletext">{{$t('dache.jashizheng')}}</text>
  8. <text class="rzdetltext">{{$t('dache.jashizhengsm')}}</text>
  9. </view>
  10. <text class="qushcBt" @click="shangchuanzz(1)">{{$t('dache.qushangc')}}</text>
  11. </view>
  12. <view class="contentInRowS drawerlist">
  13. <view class="contentColumn" style="padding-left: 20rpx;">
  14. <text class="rztitletext">{{$t('dache.xingshizheng')}}</text>
  15. <text class="rzdetltext">{{$t('dache.xingshizhengsm')}}</text>
  16. </view>
  17. <text class="yirenzheng" @click="shangchuanzz(2)">{{$t('user.yirenzheng')}}</text>
  18. </view>
  19. <view class="contentInRowS drawerlistN">
  20. <view class="contentColumn" style="padding-left: 20rpx;">
  21. <text class="rztitletext">{{$t('dache.cheliangtup')}}</text>
  22. <text class="rzdetltext">{{$t('dache.cheliangtupsm')}}</text>
  23. </view>
  24. <text class="qushcBt" @click="shangchuanzz(3)">{{$t('dache.qushangc')}}</text>
  25. </view>
  26. </view>
  27. <view class="listContenV">
  28. <view class="contentInRowS" @click="settelPhone">
  29. <text class="rztitletext" style="padding-left: 20rpx;">{{$t('dache.lianxidianha')}}</text>
  30. <text class="rzdetltext" style="padding-right: 20rpx;">{{$t('dache.shurlxdh')}}</text>
  31. </view>
  32. </view>
  33. <view class="bottomfloatV">
  34. <view class="contentInRowC bottomBt" @click="chengweichezhu">
  35. <text>{{$t('dache.chengweicz')}}</text>
  36. </view>
  37. </view>
  38. </view>
  39. </template>
  40. <script>
  41. export default {
  42. data() {
  43. return {
  44. rzstate:0,
  45. userInfo:'',
  46. telPhone:''
  47. }
  48. },
  49. onLoad(option) {
  50. this.rzstate=option.state;
  51. },
  52. onShow() {
  53. this.userInfo = uni.getStorageSync('userInfo');
  54. if(this.userInfo.telPhone==''||this.userInfo.telPhone==null||this.userInfo.telPhone==undefined){
  55. this.telPhone=this.$t('dache.shurlxdh');
  56. }
  57. else{
  58. this.telPhone=this.userInfo.telPhone;
  59. }
  60. },
  61. methods: {
  62. settelPhone(){
  63. uni.navigateTo({
  64. url:'/pages/user/Shezhixiugai?state=0'
  65. })
  66. },
  67. shangchuanzz(index){
  68. uni.navigateTo({
  69. url:'/pages/dache/Shangchuanzjzp?state='+index
  70. })
  71. },
  72. chengweichezhu(){
  73. },
  74. },
  75. }
  76. </script>
  77. <style lang="scss">
  78. @import '@/common/common.scss';
  79. page{
  80. background-color: whitesmoke;
  81. }
  82. .listContenV{
  83. width: 92%;
  84. margin-left: 4%;
  85. border-radius: 20rpx;
  86. margin-top: 30rpx;
  87. background-color: white;
  88. padding-top: 20rpx;
  89. padding-bottom: 20rpx;
  90. }
  91. .drawerlist{
  92. width: 100%;
  93. height: 120rpx;
  94. align-items: center;
  95. border: solid lavender;
  96. border-width: 0px 0px 1rpx 0px;
  97. }
  98. .drawerlistN{
  99. width: 100%;
  100. height: 120rpx;
  101. align-items: center;
  102. }
  103. .qushcBt{
  104. margin-right: 12rpx;
  105. font-size: 28rpx;
  106. color: white;
  107. line-height: 50rpx;
  108. border-radius: 25rpx;
  109. padding-left: 20rpx;
  110. padding-right: 20rpx;
  111. text-align: center;
  112. background-color: #E86E48;
  113. }
  114. .yirenzheng{
  115. margin-right: 12rpx;
  116. font-size: 28rpx;
  117. color: white;
  118. line-height: 50rpx;
  119. border-radius: 25rpx;
  120. padding-left: 16rpx;
  121. padding-right: 20rpx;
  122. text-align: center;
  123. background-color: darkgray;
  124. }
  125. .rztitletext{
  126. font-size: 30rpx;
  127. }
  128. .rzdetltext{
  129. font-size: 26rpx;
  130. color: darkgray;
  131. }
  132. .bottomfloatV{
  133. position: fixed;
  134. flex-direction: row;
  135. align-items: center;
  136. left: 0;
  137. right: 0;
  138. bottom: 0;
  139. z-index: 999;
  140. background-color: white;
  141. height: 160rpx;
  142. }
  143. .bottomBt{
  144. width:80%;
  145. height: 86rpx;
  146. font-size: 32rpx;
  147. font-weight: bold;
  148. color: white;
  149. border-radius: 20rpx;
  150. background-color: #E86E48;
  151. margin-bottom: 20rpx;
  152. margin-top: 20rpx;
  153. margin-left: 10%;
  154. }
  155. </style>