From f47ce70afac05ce941b5eafb2d9114c7a017f774 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期二, 06 九月 2022 20:01:27 +0800
Subject: [PATCH] 新增微信账号快捷登录、账号绑定、换绑功能,及页面更新。
---
components/common/data-select-box/data-select-box.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/common/data-select-box/data-select-box.vue b/components/common/data-select-box/data-select-box.vue
index ec1e908..98bf363 100644
--- a/components/common/data-select-box/data-select-box.vue
+++ b/components/common/data-select-box/data-select-box.vue
@@ -1,7 +1,7 @@
<template>
<view class="data-selet" >
<view class="data-selet-content">
- <view class="uni-select__icon" :class="{'activeIcon':isActive}"><uni-icons type="bottom" size="20" color="#dddddd"></uni-icons></image></view>
+ <view class="uni-select__icon" :class="{'activeIcon':isActive}"><uni-icons type="bottom" size="20" color="#dddddd"></uni-icons></view>
<view class="content" @tap="clickHandler">
<input :placeholder="placeholder" :disabled="true" type="text" :value="value" @input="inputChange" style="font-size: 14px;" placeholder-style="color:#cccccc">
</view>
@@ -95,8 +95,8 @@
align-items: center;
}
.cleanIcon{
-
+
}
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.1