li.shaoyi 6 kuukautta sitten
vanhempi
commit
e13038f6ad

+ 2 - 2
oem/sjgj/config/appconfig.json

@@ -1,8 +1,8 @@
 {
   "appId": "com.muchinfo.sjgj",
   "appName": "纯金网结算中心",
-  "version": "1.0.12",
-  "versionCode": "100012",
+  "version": "1.0.13",
+  "versionCode": "100013",
   "apiUrl": "http://192.168.31.139:8080/cfg?key=test_139",
   "tradeChannel": "ws",
   "modules": [

+ 2 - 2
oem/tss-vi/config/appconfig.json

@@ -1,8 +1,8 @@
 {
   "appId": "com.muchinfo.tssvi",
   "appName": "Tce Vietnam",
-  "version": "1.0.56",
-  "versionCode": "100056",
+  "version": "1.0.57",
+  "versionCode": "100057",
   "apiUrl": "http://192.168.31.210:8080/cfg?key=test_210",
   "tradeChannel": "ws",
   "showLoginAlert": true,

+ 2 - 2
oem/tss/config/appconfig.json

@@ -1,8 +1,8 @@
 {
   "appId": "com.muchinfo.tss",
   "appName": "TCE",
-  "version": "1.0.55",
-  "versionCode": "100055",
+  "version": "1.0.56",
+  "versionCode": "100056",
   "apiUrl": "http://192.168.31.210:8080/cfg?key=test_210",
   "tradeChannel": "ws",
   "showLoginAlert": true,

+ 5 - 5
src/packages/sbyj/views/user/login/Index.vue

@@ -6,15 +6,15 @@
     </div>
     <Form ref="formRef" class="login-form" @submit="formSubmit">
       <CellGroup inset>
-        <Field v-model="formData.userName" name="account" label="用户名" label-align="top" size="large" placeholder="请输入用户名"
-          :rules="[{ required: true, message: '请输入用户名' }]" />
+        <Field v-model="formData.userName" name="account" label="账号登录" label-align="top" size="large" placeholder="请输入登录账号/手机号"
+          :rules="[{ required: true, message: '请输入账号登录' }]" />
         <Field v-model="formData.password" name="password" type="password" label="密码" label-align="top" size="large"
           placeholder="请输入密码" :rules="[{ required: true, message: '请输入密码' }]" autocomplete="off" />
-        <Field>
+        <!-- <Field>
           <template #input>
             <SliderVerify @statu="slide" style="max-width: 100%;margin: auto;" v-if="showSliderVerify" />
           </template>
-        </Field>
+        </Field> -->
       </CellGroup>
     </Form>
     <div class="login-link">
@@ -55,7 +55,7 @@ const { formData, userLogin } = useLogin()
 const formRef = shallowRef<FormInstance>()
 const checked = shallowRef(false) // 是否同意协议管理
 const showSliderVerify = shallowRef(true) // 验证滑块组件重载
-const sliderVerifyStatus = shallowRef(false) // 滑块验证状态
+const sliderVerifyStatus = shallowRef(true) // 滑块验证状态
 
 const meta = document.getElementsByTagName('meta')
 const appVersion = meta.namedItem('revised')?.content ?? '0'

+ 4 - 0
src/packages/sjgj/views/market/list/index.less

@@ -32,6 +32,10 @@
                 div {
                     display: flex;
                     justify-content: space-between;
+
+                    span:first-child {
+                        color: var(--color-up);
+                    }
                 }
             }
         }