一部分内容
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent, onMounted, ref, toRaw } from "vue";
|
||||
import { computed, defineComponent, onMounted, ref, toRaw } from "vue";
|
||||
import NavBottom from "@/components/NavBottom.vue";
|
||||
import { cashout, getwallect } from "@/api";
|
||||
import store from "@/store";
|
||||
@@ -154,7 +154,7 @@ export default defineComponent({
|
||||
console.log(e);
|
||||
};
|
||||
const yue=ref<number>(store.state.userinfo.moneyValue)
|
||||
const danwei = ref(store.state.userinfo.symbol)
|
||||
const danwei = computed(() => store.state.userinfo.symbol)
|
||||
// const yue = ref<number>(10000);
|
||||
// yue.value=store.state.userinfo.money
|
||||
const accountlist = ref<Array<any>>([]);
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
type="number"
|
||||
/>
|
||||
<span class="unit">{{ lan.$t("fenzhong") }}</span>
|
||||
<div style="color: red;font-size: 0.12rem;line-height: 1.3;">*最短30min, 最长120min</div>
|
||||
<div style="color: red;font-size: 0.12rem;line-height: 1.3;">*{{ lan.$t('shichangtishi') }}</div>
|
||||
</a-form-item>
|
||||
<a-form-item
|
||||
:label="lan.$t('zhiborenshu')"
|
||||
|
||||
Reference in New Issue
Block a user