Commit 593338a4 authored by lijiongliang's avatar lijiongliang

名称修改

parent d519adff
{ {
"name" : "友众挪车", "name" : "京东挪车",
"appid" : "__UNI__F54AE0B", "appid" : "__UNI__F54AE0B",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
{ {
"path": "pages/binding/binding", "path": "pages/binding/binding",
"style": { "style": {
"navigationBarTitleText": "绑定友众账号" "navigationBarTitleText": "绑定京东账号"
} }
}, },
{ {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<image src="@/static/binding/logo.png"> <image src="@/static/binding/logo.png">
</div> </div>
<div class="binding__tips"> <div class="binding__tips">
绑定友众账号后,免费领取挪车码 绑定京东账号后,免费领取挪车码
</div> </div>
<div class="binding__form"> <div class="binding__form">
<view class="content"> <view class="content">
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
checked: false, checked: false,
formData: [{ formData: [{
id: "kjjns", //id必须唯一 可以是数字 id: "kjjns", //id必须唯一 可以是数字
placeholder: "请输入友众账号", placeholder: "请输入京东账号",
label: "中国(+86)", // 提示输入名 label: "中国(+86)", // 提示输入名
type: "text", //类型 type: "text", //类型
rules: { rules: {
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<u-checkbox :checked='checked' @change="changeBtn"></u-checkbox> <u-checkbox :checked='checked' @change="changeBtn"></u-checkbox>
</u-checkbox-group> </u-checkbox-group>
已阅读并同意 <span @click="goArticle(1)">《用户注册服务协议》</span><span 已阅读并同意 <span @click="goArticle(1)">《用户注册服务协议》</span><span
@click="goArticle(2)">《京东挪车牌隐私权政策》</span>。若您的手机号未注册,将为您直接注册友众账号 @click="goArticle(2)">《京东挪车牌隐私权政策》</span>。若您的手机号未注册,将为您直接注册京东账号
</div> </div>
</div> </div>
</view> </view>
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
} }
//跳转到绑定页面 //跳转到绑定页面
uni.reLaunch({ //信息更新成功后跳转到小程序首页 uni.reLaunch({ //信息更新成功后跳转到小程序首页
//todo 友众账号绑定界面暂缓 //todo 京东账号绑定界面暂缓
//url: '/pages/binding/binding' //url: '/pages/binding/binding'
url: jumpUrl url: jumpUrl
}) })
......
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
}, },
onReady: function() { onReady: function() {
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: '友众挪车牌' title: '京东挪车牌'
}); });
} }
}; };
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
{ {
"path": "pages/binding/binding", "path": "pages/binding/binding",
"style": { "style": {
"navigationBarTitleText": "绑定友众账号" "navigationBarTitleText": "绑定京东账号"
} }
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment