|
@@ -334,7 +334,8 @@
|
|
</button>
|
|
</button>
|
|
</u-form-item>
|
|
</u-form-item>
|
|
<u-form-item label="昵称">
|
|
<u-form-item label="昵称">
|
|
- <input type="nickname" :value="userInfo.nickname" class="weui-input" @blur="userNameInput" placeholder="请输入昵称"/>
|
|
|
|
|
|
+ <u-input v-model="userInfo.nickname" class="weui-input" @blur="userNameInput" placeholder="请输入昵称" border="false"/>
|
|
|
|
+ <!-- <input type="nickname" :value="userInfo.nickname" class="weui-input" @blur="userNameInput" placeholder="请输入昵称"/> -->
|
|
</u-form-item>
|
|
</u-form-item>
|
|
</u-form>
|
|
</u-form>
|
|
</div>
|
|
</div>
|
|
@@ -352,6 +353,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
|
+ var that;
|
|
import Poster from '../../components/zhangyuhao-poster/Poster.vue'
|
|
import Poster from '../../components/zhangyuhao-poster/Poster.vue'
|
|
import { pathToBase64, base64ToPath } from 'image-tools'
|
|
import { pathToBase64, base64ToPath } from 'image-tools'
|
|
import MescrollMixin from "@/uni_modules/mescroll-uni/components/mescroll-uni/mescroll-mixins.js";
|
|
import MescrollMixin from "@/uni_modules/mescroll-uni/components/mescroll-uni/mescroll-mixins.js";
|
|
@@ -425,6 +427,7 @@
|
|
|
|
|
|
},
|
|
},
|
|
onLoad: function(options) {
|
|
onLoad: function(options) {
|
|
|
|
+ that = this
|
|
console.log(uni.getLaunchOptionsSync().scene, 1011)
|
|
console.log(uni.getLaunchOptionsSync().scene, 1011)
|
|
if (uni.getStorageSync("userInfo").phone) {
|
|
if (uni.getStorageSync("userInfo").phone) {
|
|
this.userInfo = uni.getStorageSync("userInfo")
|
|
this.userInfo = uni.getStorageSync("userInfo")
|