...
|
...
|
@@ -36,7 +36,7 @@ export default { |
|
|
const user = await this.$sdk.getUser();
|
|
|
|
|
|
if (user && user.uid) {
|
|
|
const hint = this.user ? `回复${this.user}:` : '评论:';
|
|
|
const hint = this.user ? `回复 ${this.user}:` : '写评论...';
|
|
|
|
|
|
if (this.$yoho.isYohoBuy) {
|
|
|
this.$yoho.getInput({hint}, (content) => {
|
...
|
...
|
|