Commit e38cbeec by 姜雷

修改服务协议地址

parent 1fb6838a
...@@ -19,6 +19,7 @@ import { UserState, updateUserInfo } from '../../store/rootReducers/userinfo'; ...@@ -19,6 +19,7 @@ import { UserState, updateUserInfo } from '../../store/rootReducers/userinfo';
import { wxUserRegister } from '../../api/customer'; import { wxUserRegister } from '../../api/customer';
import { replaceIllegalPwd } from '../../utils/pwd'; import { replaceIllegalPwd } from '../../utils/pwd';
import { Customer } from '@/types/Customer/Customer'; import { Customer } from '@/types/Customer/Customer';
import { ANN_LINK_URL } from '@/constants';
type PageStateProps = { type PageStateProps = {
userinfo: Customer; userinfo: Customer;
...@@ -229,7 +230,7 @@ class Register extends Component { ...@@ -229,7 +230,7 @@ class Register extends Component {
Taro.navigateTo({ Taro.navigateTo({
url: url:
'/pages/WebPage/WebPage?url=' + '/pages/WebPage/WebPage?url=' +
encodeURIComponent('https://api.dcrym.com/dcwap/agreement.html'), encodeURIComponent(ANN_LINK_URL+'/agreement.html'),
}); });
} }
......
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