调试接口
This commit is contained in:
@ -8,6 +8,10 @@
|
||||
|
||||
<template>
|
||||
<view>
|
||||
<view>
|
||||
<navbar :title="page.title" custom-class='!bg-[#fff]'></navbar>
|
||||
</view>
|
||||
|
||||
<view class="mx-60rpx mt-20rpx">
|
||||
<view class="text-[#303133] text-48rpx leading-80rpx font-600">
|
||||
{{ page.title }}
|
||||
|
||||
@ -8,6 +8,10 @@
|
||||
|
||||
<template>
|
||||
<view>
|
||||
<view>
|
||||
<navbar title="修改密码" custom-class='!bg-[#fff]'></navbar>
|
||||
</view>
|
||||
|
||||
<view class="mx-60rpx mt-20rpx">
|
||||
<view class="text-[#303133] text-48rpx leading-80rpx font-600">
|
||||
修改密码
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<view class="mt-32rpx">
|
||||
<view class="font-bold text-32rpx text-[#303133] leading-44rpx">抖音UID</view>
|
||||
<view class="mt-10rpx">
|
||||
<wd-input v-model="form.dy_uid" :maxlength="20" show-word-limit placeholder="请输入抖音UID"/>
|
||||
<wd-input v-model="form.pro_id" :maxlength="20" show-word-limit placeholder="请输入抖音UID"/>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -153,7 +153,7 @@
|
||||
const form = ref({
|
||||
id: 0,
|
||||
name: '',
|
||||
dy_uid: '',
|
||||
pro_id: '',
|
||||
image: '',
|
||||
image_arr: [],
|
||||
video: '',
|
||||
@ -192,7 +192,7 @@
|
||||
form.value = {
|
||||
id: d.id,
|
||||
name: d.name,
|
||||
dy_uid: d.dy_uid,
|
||||
pro_id: d.pro_id,
|
||||
image: d.image,
|
||||
image_arr: d.image_arr || [],
|
||||
video: d.video || '',
|
||||
|
||||
Reference in New Issue
Block a user