Commit 5b7fb5a5 by zeven

优化标题设置

parent 1667a64e
......@@ -69,7 +69,7 @@ class Layout extends React.Component {
const key = await AsyncStorage.getItem('KEY');
Modal.prompt(
'门店授权',
'仲马购门店收银台授权认证',
'门店收银台授权认证',
[{text: '取消'}, {text: '登录', onPress: this.counterLogin}],
// (login, password) => console.log(`login: ${login}, password: ${password}`),
'login-password',
......
......@@ -8,7 +8,7 @@ export const showCounterLogin = async () => {
const key = await AsyncStorage.getItem('KEY');
Modal.prompt(
'门店授权',
'仲马购门店收银台授权认证',
'门店收银台授权认证',
[
{text: '取消'},
{text: '登录', onPress: (k, secret) => counterLogin({key: k, secret})},
......
......@@ -7,7 +7,7 @@ export const login = `https://m${app}.vs-u.com`;
export const qrHost = login;
export const imgUrl = 'http://barcod.oss-cn-shenzhen.aliyuncs.com/images/';
export const watermark = '.jpg?x-oss-process=style/zmgo_thumb_watermark';
export const appName = '仲马购';
export const appName = '仲马购人工智能';
window.defaultCount = 0;
......
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