Commit 337cc188 by 姜雷

Merge branch 'develop' into test

parents 677d4b5d e38cbeec
......@@ -19,6 +19,7 @@ import { UserState, updateUserInfo } from '../../store/rootReducers/userinfo';
import { wxUserRegister } from '../../api/customer';
import { replaceIllegalPwd } from '../../utils/pwd';
import { Customer } from '@/types/Customer/Customer';
import { ANN_LINK_URL } from '@/constants';
type PageStateProps = {
userinfo: Customer;
......@@ -229,7 +230,7 @@ class Register extends Component {
Taro.navigateTo({
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