|
|
@@ -41,7 +41,7 @@
|
|
|
<text class="expire-date">{{ deadlineText }}</text>
|
|
|
</view>
|
|
|
<view class="renew-link">
|
|
|
- <text class="renew-text">去续费</text>
|
|
|
+ <text class="renew-text">续费</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -373,7 +373,7 @@ export default {
|
|
|
return number.toFixed(2);
|
|
|
},
|
|
|
goRenew () {
|
|
|
- this.$util.pageTo({ url: "/admin/recharge/renew" });
|
|
|
+ //this.$util.pageTo({ url: "/admin/recharge/renew" })
|
|
|
},
|
|
|
handleMenuTap (item) {
|
|
|
if (item.key == "address") {
|
|
|
@@ -687,7 +687,7 @@ export default {
|
|
|
.quick-action-text {
|
|
|
margin-top: 8upx;
|
|
|
max-width: 120upx;
|
|
|
- color: #09c567;
|
|
|
+ color: #34413a;
|
|
|
font-size: 24upx;
|
|
|
line-height: 30upx;
|
|
|
text-align: center;
|