Liuyi
2024-11-19 440b4ab9d4278d3f9c13b004d2c2289f45254cbc
pages/counterRecharge/index.vue
@@ -1,7 +1,7 @@
<template>
   <view class="container">
      <view class="navbar">
         <!-- <image src="../../static/images/index/home21.png" alt="" @click="navTo()"></image> -->
         <image src="../../static/images/other/home.svg" alt="" @click="navTo()"></image>
         <text>柜台充值</text>
      </view>
      <view class="content">
@@ -45,7 +45,7 @@
                  title: '支付成功',
                  duration: 2000,
                 });
                 uni.navigateTo({
                 uni.redirectTo({
                    url:'/pages/success/index'
                 })
               }else{
@@ -68,7 +68,7 @@
      })
   }
   function navTo(){
      uni.navigateTo({
      uni.redirectTo({
         url:'/pages/index/index'
      })
   }
@@ -90,7 +90,7 @@
            padding-bottom:24rpx;
            box-sizing: border-box;
            image{
               width:20rpx;
               width:40rpx;
               height:40rpx;
               margin-left:32rpx;
            }