吃个甘蔗嚼一年 3 vuotta sitten
vanhempi
commit
8f307d712f

+ 3
- 2
src/pages/PayOrder/index.jsx Näytä tiedosto

277
           </view>
277
           </view>
278
           <view className='Card-user'>
278
           <view className='Card-user'>
279
             <Radio
279
             <Radio
280
-              style='padding-left:20px; position: relative; top:24px;color:#666666;font-size:14px;'
280
+
281
+              className='Radio-text'
281
               value='agreement'
282
               value='agreement'
282
               checked={agreement}
283
               checked={agreement}
283
               onClick={() => {
284
               onClick={() => {
285
               }}
286
               }}
286
             >
287
             >
287
               我已阅读知晓并同意
288
               我已阅读知晓并同意
288
-              <text style='color:#274190;text-decoration:underline;font-weight:400;display: inline-block;' onClick={goRules}>
289
+              <text style='color:#274190;text-decoration:underline;font-weight:400;' onClick={goRules}>
289
                 《平台用户服务协议》
290
                 《平台用户服务协议》
290
               </text>
291
               </text>
291
             </Radio>
292
             </Radio>

+ 13
- 0
src/pages/PayOrder/style.less Näytä tiedosto

232
     left: 0;
232
     left: 0;
233
     right: 0;
233
     right: 0;
234
     .Card-number-box {
234
     .Card-number-box {
235
+      width: 94%;
236
+      margin: auto;
237
+      box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
235
       .Card-number {
238
       .Card-number {
236
         width: 100%;
239
         width: 100%;
237
         height: 96px;
240
         height: 96px;
240
       .Card-user {
243
       .Card-user {
241
         width: 100%;
244
         width: 100%;
242
         height: 96px;
245
         height: 96px;
246
+        padding-bottom: 30px;
243
         background-color: @whiteColor;
247
         background-color: @whiteColor;
248
+        .Radio-text{
249
+          padding-left: 20px;
250
+          position: relative;
251
+          top: 24px;
252
+          color: #666666;
253
+          // left: 28px;
254
+          font-size: 30px;
255
+     
256
+        }
244
       }
257
       }
245
     }
258
     }
246
     .button-box-button-box {
259
     .button-box-button-box {

+ 2
- 2
src/pages/index/tabs/Mine.jsx Näytä tiedosto

13
 import Rules from '@/assets/icons/UserCenter/Rules.png'
13
 import Rules from '@/assets/icons/UserCenter/Rules.png'
14
 import DefaultImage from '@/assets/icons/UserCenter/DefaultImage.png'
14
 import DefaultImage from '@/assets/icons/UserCenter/DefaultImage.png'
15
 import cutoverUser from '@/assets/icons/UserCenter/cutoverUser.png'
15
 import cutoverUser from '@/assets/icons/UserCenter/cutoverUser.png'
16
-import {  getMineOrder } from '@/services/payOrder' //创建订单
16
+import { getMineOrder } from '@/services/payOrder' //创建订单
17
 import ToggleRole from '@/components/toggleRole/ToggleRole'
17
 import ToggleRole from '@/components/toggleRole/ToggleRole'
18
 import { useModel } from '@/store'
18
 import { useModel } from '@/store'
19
 import './MineCss/style.less'
19
 import './MineCss/style.less'
144
             <view className='buy-list-Paybox ' onClick={handleRefund} >
144
             <view className='buy-list-Paybox ' onClick={handleRefund} >
145
               <image className='buy-list-PayLogo' src={Refund} />
145
               <image className='buy-list-PayLogo' src={Refund} />
146
               <view className='buy-list-goPay'>退款/售后</view>
146
               <view className='buy-list-goPay'>退款/售后</view>
147
-              <view className='buy-list-OrderNumber'>{orderNum?.refundNum || '0'}笔订单</view>
147
+              {/* <view className='buy-list-OrderNumber'>{orderNum?.refundNum || '0'}笔订单</view> */}
148
             </view>
148
             </view>
149
           </view>
149
           </view>
150
           <view className='Badge-box'>
150
           <view className='Badge-box'>